Search Results for

    Show / Hide Table of Contents

    Class JsonWebTokenParser

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

    Methods

    | Edit this page View Source

    Base64UrlDecode(string)

    Declaration
    public static byte[] Base64UrlDecode(string input)
    Parameters
    Type Name Description
    string input
    Returns
    Type Description
    byte[]
    | 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
    In this article
    Back to top AI DevKit Documentation