Method RequestSISUSession
RequestSISUSession(String, String, String, List<String>, String, String, String)
Initializes a new SISU session.
Declaration
public System.Threading.Tasks.Task<Den.Dev.Grunt.Models.Security.SISUAuthenticationResponse?> RequestSISUSession (string appId, string titleId, string deviceToken, System.Collections.Generic.List<string> offers, string redirectUri, string tokenType = "code", string sandbox = "RETAIL");
Parameters
Type | Name | Description |
---|---|---|
System.String | appId | Application ID. |
System.String | titleId | Title ID. |
System.String | deviceToken | Previously-generated device token. |
System.Collections.Generic.List<System.String> | offers | List of associated offers. |
System.String | redirectUri | Redirect URI used for authentication. |
System.String | tokenType | Token type. Default is "code". |
System.String | sandbox | The sandbox to be used. Default is "RETAIL". |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<SISUAuthenticationResponse> | If successful, returns an instance of SISUAuthenticationResponse. Otherwise, returns null. |