Search Results for

    Show / Hide Table of Contents

    Class JsonWebToken

    Inheritance
    object
    JsonWebToken
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Glitch9.IO.Json.JWT
    Assembly: Glitch9.IO.dll
    Syntax
    public class JsonWebToken

    Constructors

    | Edit this page View Source

    JsonWebToken(string, JObject, JObject, byte[])

    Declaration
    public JsonWebToken(string rawToken, JObject header, JObject payload, byte[] signature)
    Parameters
    Type Name Description
    string rawToken
    JObject header
    JObject payload
    byte[] signature

    Properties

    | Edit this page View Source

    Header

    Declaration
    public JObject Header { get; set; }
    Property Value
    Type Description
    JObject
    | Edit this page View Source

    Payload

    Declaration
    public JObject Payload { get; set; }
    Property Value
    Type Description
    JObject
    | Edit this page View Source

    Signature

    Declaration
    public byte[] Signature { get; set; }
    Property Value
    Type Description
    byte[]

    Methods

    | Edit this page View Source

    Parse(string)

    Declaration
    public static JsonWebToken Parse(string jwt)
    Parameters
    Type Name Description
    string jwt
    Returns
    Type Description
    JsonWebToken
    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    Operators

    | Edit this page View Source

    implicit operator string(JsonWebToken)

    Declaration
    public static implicit operator string(JsonWebToken token)
    Parameters
    Type Name Description
    JsonWebToken token
    Returns
    Type Description
    string

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation