次の方法で共有


IGetTokenOptions interface

プロパティ

authenticationScheme

ベアラーまたは PoP By defalut authenticationScheme がベアラーかどうかを示します。

claims
resourceRequestMethod

要求の HTTP メソッドのすべて大文字の名前

shrClaims

カスタム クライアント要求を含む文字列化された JSON オブジェクト

useCachedToken

プロパティの詳細

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