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 | Beta | string | ||
| refreshTokenFn | Beta | optional | () => Promise<string> |
Property Details
accessToken
This API is provided for existing users, but is not recommended for new users.
For more information about our API support guarantees, see here.
Signature
accessToken: string;
Type: string
refreshTokenFn
This API is provided for existing users, but is not recommended for new users.
For more information about our API support guarantees, see here.
Signature
refreshTokenFn?: () => Promise<string>;
Type: () => Promise<string>