public sealed class Jwt : IMessage<Jwt>, IEquatable<Jwt>, IDeepCloneable<Jwt>, IBufferMessage, IMessageNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
Jwt()
public Jwt()Jwt(Jwt)
public Jwt(Jwt other)| Parameter | |
|---|---|
| Name | Description |
other |
Jwt |
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 | |
|---|---|
| Type | Description |
string |
|