IOdspAuthRequestInfo Interface
This API is provided for existing users, but is not recommended for new users.
To use, import via @fluidframework/odsp-doclib-utils/legacy
.
For more information about our API support guarantees, see here.
Signature
export interface IOdspAuthRequestInfo
Properties
Property | Alerts | Modifiers | Type | Description |
---|---|---|---|---|
accessToken | Alpha |
string | ||
refreshTokenFn | Alpha |
optional |
() => Promise<string> |
Property Details
accessToken
This API is provided as an alpha preview and may change without notice.
To use, import via @fluidframework/odsp-doclib-utils/alpha
.
For more information about our API support guarantees, see here.
Signature
accessToken: string;
Type: string
refreshTokenFn
This API is provided as an alpha preview and may change without notice.
To use, import via @fluidframework/odsp-doclib-utils/alpha
.
For more information about our API support guarantees, see here.
Signature
refreshTokenFn?: () => Promise<string>;
Type: () => Promise<string>