Method SignInWithServiceAccountAsync
SignInWithServiceAccountAsync(string, string)
Trusted sign-in using service account credentials
Declaration
Task SignInWithServiceAccountAsync(string apiKeyIdentifier, string apiKeySecret)
Parameters
| Type | Name | Description |
|---|---|---|
| string | apiKeyIdentifier | The service account key id |
| string | apiKeySecret | The service account key secret |
Returns
| Type | Description |
|---|---|
| Task | Task for the operation |
Exceptions
| Type | Condition |
|---|---|
| ServerAuthenticationException | The task fails with the exception when the task cannot complete successfully. |