public CreateAuthorizationUrl ( OAuth2Type responseType, string state = null ) : string | ||
responseType | OAuth2Type | /// The type of response you want to use. It's recomended that; /// - Pin: Desktop/Server/Mobile Applications /// - Code: Desktop/Server/Mobile Applications /// - Token: Javascript Applications /// |
state | string | The state you want to pass through auth. This will be given back to you from the re-direct url if you use Code or Token Authentication. |
Результат | string |