EndpointAuthToken interface

サービストークン

プロパティ

accessToken

エンドポイント認証のアクセストークン。

expiryTimeUtc

アクセストークンの有効期限 (UTC)。

refreshAfterTimeUtc

時間 (UTC) 後にアクセス トークンを更新します。

tokenType

アクセストークンの種類。

プロパティの詳細

accessToken

エンドポイント認証のアクセストークン。

accessToken?: string

プロパティ値

string

expiryTimeUtc

アクセストークンの有効期限 (UTC)。

expiryTimeUtc?: number

プロパティ値

number

refreshAfterTimeUtc

時間 (UTC) 後にアクセス トークンを更新します。

refreshAfterTimeUtc?: number

プロパティ値

number

tokenType

アクセストークンの種類。

tokenType?: string

プロパティ値

string