Struct AuthenticationSignInOptions#
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 | false | BlueprintReadOnly | Unity Gaming Services | Authentication | Models |
C++#
Name | Type | Default Value |
---|
bCreateAccount | bool | false |
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++#