Class Authentication
The Authentication system provides a feature to obtain the authorization code required by the application server to access user information on the server of PlayStation™Network, and it provides a feature for obtaining an ID token.
Namespace: Unity.PSN.PS5.Auth
Syntax
public class Authentication
Methods
Schedule(AsyncOp)
Schedule an AsyncOp by adding it to the internal Authentication queue
Declaration
public static void Schedule(AsyncOp op)
Parameters
| Type | Name | Description |
|---|---|---|
| AsyncOp | op | The operation to schedule |