Method GetSignInCodeInfoAsync
GetSignInCodeInfoAsync(string)
Fetches detailed information about a given sign-in code, including its associated identifier and expiration details.
Declaration
Task<SignInCodeInfo> GetSignInCodeInfoAsync(string code)
Parameters
| Type | Name | Description |
|---|---|---|
| string | code | The sign-in code to fetch information for. |
Returns
| Type | Description |
|---|---|
| Task<SignInCodeInfo> | The identifier associated with the provided code. |
Exceptions
| Type | Condition |
|---|---|
| AuthenticationException | Thrown when the code is null or empty. |
| AuthenticationException | Thrown when the current authentication state is invalid for this operation. |
| RequestFailedException | Thrown when there's an issue with the network request. |