Skip to main content

TokenResponse Interface

Represents token response

This API is provided as a beta preview and may change without notice.

To use, import via @fluidframework/odsp-client/beta.

For more information about our API support guarantees, see here.

Signature

export interface TokenResponse

Properties

PropertyAlertsModifiersTypeDescription
fromCacheBetaoptionalbooleanWhether or not the token was obtained from local cache.
tokenBetastringToken value

Property Details

fromCache

Whether or not the token was obtained from local cache.

This API is provided as a beta preview and may change without notice.

For more information about our API support guarantees, see here.

Signature

fromCache?: boolean;

Type: boolean

Remarks

undefined indicates that it could not be determined whether or not the token was obtained this way.

token

Token value

This API is provided as a beta preview and may change without notice.

For more information about our API support guarantees, see here.

Signature

token: string;

Type: string