IGetTokenOptions interface
属性
authentication |
指示获取持有者还是 PoP By defalut authenticationScheme 是 Bearer。 |
claims | |
resource |
请求的 HTTP 方法的全大写名称 |
shr |
包含自定义客户端声明的字符串化 JSON 对象 |
use |
属性详细信息
authenticationScheme
指示获取持有者还是 PoP By defalut authenticationScheme 是 Bearer。
authenticationScheme?: IAuthenticationScheme;
属性值
claims
claims?: string;
属性值
string
resourceRequestMethod
请求的 HTTP 方法的全大写名称
resourceRequestMethod?: string;
属性值
string
shrClaims
包含自定义客户端声明的字符串化 JSON 对象
shrClaims?: string;
属性值
string
useCachedToken
useCachedToken?: boolean;
属性值
boolean