Event SignInCodeReceived
Invoked when the SignInWithCodeAsync method successfully generates a SignInCode.
Namespace: Unity.Services.Authentication
Assembly: solution.dll
Syntax
event Action<SignInCodeInfo> SignInCodeReceived
Returns
| Type | Description |
|---|---|
| Action<SignInCodeInfo> |