Class Authentication.GetAuthorizationCodeRequest
Get authorization code
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()