Struct AuthenticationSignInOptions
Reference the data structure for sign-in call options.
Read time 1 minuteLast updated 2 hours ago
Struct representing options for authentication sign-in calls.
Include
#include "Models/AuthenticationSignInOptions.h"
Syntax
USTRUCT(BlueprintType)struct AUTHENTICATION_API FAuthenticationSignInOptions
Fields
CreateAccount
Whether to create an account upon sign-in.
Declaration
bool bCreateAccount = false
Blueprint
Name | Type | Default Value | Blueprint Property Type | Blueprint Property Category |
|---|
| Create Account | Boolean | | BlueprintReadOnly | Unity Gaming Services | Authentication | Models |
C++
Nonce
String value used to associate a client session with an ID Token.
Declaration
Blueprint
Name | Type | Blueprint Property Type | Blueprint Property Category |
|---|
| Nonce | String | BlueprintReadOnly | Unity Gaming Services | Authentication | Models |
C++