構造体 AuthenticationSignInOptions
Reference the data structure for sign-in call options.
読み終わるまでの所要時間 1 分最終更新 14日前
認証サインイン呼び出しのオプションを表す構造体。
Include (含める)
#include "Models/AuthenticationSignInOptions.h"
構文
USTRUCT(BlueprintType)struct AUTHENTICATION_API FAuthenticationSignInOptions
フィールド
CreateAccount
サインイン時にアカウントを作成するかどうか。
宣言
bool bCreateAccount = false
Blueprint
名前 | 型 | 初期値 | Blueprint プロパティの種類 | Blueprint プロパティのカテゴリ | | |
|---|
| Create Account | Boolean | | BlueprintReadOnly | Unity Gaming Services | Authentication | モデル |
C++
Nonce
クライアントセッションを ID トークンに関連付けるために使用される String 値。
宣言
Blueprint
名前 | 型 | Blueprint プロパティの種類 | Blueprint プロパティのカテゴリ | | |
|---|
| Nonce | String | BlueprintReadOnly | Unity Gaming Services | Authentication | モデル |
C++