docs.unity3d.com
    Show / Hide Table of Contents

    Class Authentication.GetAuthorizationCodeRequest

    Get authorization code

    Inheritance
    Object
    Request
    Authentication.GetAuthorizationCodeRequest
    Inherited Members
    Request.Result
    Request.HasUpdate()
    Request.Update()
    Namespace: Unity.PSN.PS5.Auth
    Syntax
    public class GetAuthorizationCodeRequest : Request

    Properties

    AuthCode

    The obtained authorization code

    Declaration
    public string AuthCode { get; }
    Property Value
    Type Description
    String

    ClientId

    Client program's client ID

    Declaration
    public string ClientId { get; set; }
    Property Value
    Type Description
    String

    IssuerId

    The obtained issuer ID

    Declaration
    public int IssuerId { get; }
    Property Value
    Type Description
    Int32

    Scope

    Entitlement scope for obtaining authorization codes

    Declaration
    public string Scope { get; set; }
    Property Value
    Type Description
    String

    UserId

    User ID

    Declaration
    public int UserId { get; set; }
    Property Value
    Type Description
    Int32

    Methods

    Run()

    Declaration
    protected override void Run()
    Overrides
    Request.Run()
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 25 September 2020