Ditto
1.0.9
|
Log in to a remote authentication service, using an Online
identity.
More...
Public Member Functions | |
async Task< DittoError > | LoginWithToken (string token, string provider) |
Log in to Ditto with a third-party token. More... | |
async Task< DittoError > | LoginWithCredentials (string username, string password, string provider) |
Log in to Ditto with a username and password. More... | |
Log in to a remote authentication service, using an Online
identity.
|
inline |
Log in to Ditto with a username and password.
username | The username component of the credentials used for log in. |
password | The password component of the credentials used for log in. |
provider | The name of the authentication provider. |
DittoError
if the login attempt failed, otherwise null
.
|
inline |
Log in to Ditto with a third-party token.
token | The authentication token required to log in. |
provider | The name of the authentication provider. |
DittoError
if the login attempt failed, otherwise null
.