IGetTokenOptions interface
プロパティ
| authentication |
ベアラーまたは PoP By defalut authenticationScheme がベアラーかどうかを示します。 |
| claims | |
| resource |
要求の HTTP メソッドのすべて大文字の名前 |
| shr |
カスタム クライアント要求を含む文字列化された JSON オブジェクト |
| use |
プロパティの詳細
authenticationScheme
ベアラーまたは PoP By defalut authenticationScheme がベアラーかどうかを示します。
authenticationScheme?: IAuthenticationScheme;
プロパティ値
claims
claims?: string;
プロパティ値
string
resourceRequestMethod
要求の HTTP メソッドのすべて大文字の名前
resourceRequestMethod?: string;
プロパティ値
string
shrClaims
カスタム クライアント要求を含む文字列化された JSON オブジェクト
shrClaims?: string;
プロパティ値
string
useCachedToken
useCachedToken?: boolean;
プロパティ値
boolean