docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class JSONWebKey

    JSON Web Key for validating authentication tokens.

    Inheritance
    object
    JSONWebKey
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Unity.Services.Apis.PlayerAuthentication
    Assembly: solution.dll
    Syntax
    [Preserve]
    public class JSONWebKey

    Constructors

    JSONWebKey(string, string, string, string, string, string, string, string, string)

    Initializes a new instance of the JSONWebKey class.

    Declaration
    [Preserve]
    public JSONWebKey(string alg = null, string e = null, string kid = null, string kty = null, string n = null, string crv = null, string x = null, string y = null, string use = null)
    Parameters
    Type Name Description
    string alg

    alg (required).

    string e

    e.

    string kid

    kid (required).

    string kty

    kty (required).

    string n

    n.

    string crv

    crv.

    string x

    x.

    string y

    y.

    string use

    use (required).

    Properties

    Alg

    Gets or Sets Alg

    Declaration
    [Preserve]
    public string Alg { get; set; }
    Property Value
    Type Description
    string

    Crv

    Gets or Sets Crv

    Declaration
    [Preserve]
    public string Crv { get; set; }
    Property Value
    Type Description
    string

    E

    Gets or Sets E

    Declaration
    [Preserve]
    public string E { get; set; }
    Property Value
    Type Description
    string

    Kid

    Gets or Sets Kid

    Declaration
    [Preserve]
    public string Kid { get; set; }
    Property Value
    Type Description
    string

    Kty

    Gets or Sets Kty

    Declaration
    [Preserve]
    public string Kty { get; set; }
    Property Value
    Type Description
    string

    N

    Gets or Sets N

    Declaration
    [Preserve]
    public string N { get; set; }
    Property Value
    Type Description
    string

    Use

    Gets or Sets Use

    Declaration
    [Preserve]
    public string Use { get; set; }
    Property Value
    Type Description
    string

    X

    Gets or Sets X

    Declaration
    [Preserve]
    public string X { get; set; }
    Property Value
    Type Description
    string

    Y

    Gets or Sets Y

    Declaration
    [Preserve]
    public string Y { get; set; }
    Property Value
    Type Description
    string
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)