Gamebase SDK for Unity 2.69.0
Toast Gamebase Platform
|
|
static |
There is information which must be included for login with some IdPs.
In order to set such necessary information, this API is provided. You can enter those information to additionalInfo in the dictionary type.
providerName | The providerName which is authentication provider. |
additionalInfo | The additionalInfo which is additional information using for login. Refer to the following document for the entire additionalInfo. http://docs.toast.com/en/Game/Gamebase/en/oper-app/#authentication-information |
callback | Login result callback, returns the authentication token as a result of login. |
Example Usage :