Grafeas v1 API - Class Jwt (3.6.0)

public sealed class Jwt : IMessage<Jwt>, IEquatable<Jwt>, IDeepCloneable<Jwt>, IBufferMessage, IMessage

Inheritance

object > Jwt

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

Jwt()

public Jwt()

Jwt(Jwt)

public Jwt(Jwt other)
Parameter
NameDescription
otherJwt

Properties

CompactJwt

public string CompactJwt { get; set; }

The compact encoding of a JWS, which is always three base64 encoded strings joined by periods. For details, see: https://tools.ietf.org/html/rfc7515.html#section-3.1

Property Value
TypeDescription
string