Show / Hide Table of Contents

Class JsonWebSignature.Payload

JWS Payload.

Inheritance
System.Object
JsonWebToken.Payload
JsonWebSignature.Payload
GoogleJsonWebSignature.Payload
Inherited Members
JsonWebToken.Payload.Issuer
JsonWebToken.Payload.Subject
JsonWebToken.Payload.Audience
JsonWebToken.Payload.ExpirationTimeSeconds
JsonWebToken.Payload.NotBeforeTimeSeconds
JsonWebToken.Payload.IssuedAtTimeSeconds
JsonWebToken.Payload.JwtId
JsonWebToken.Payload.Nonce
JsonWebToken.Payload.Type
JsonWebToken.Payload.AudienceAsList
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Auth
Assembly: Google.Apis.Auth.dll
Syntax
public class Payload : JsonWebToken.Payload
Back to top