Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
TokenOrSinginResourceResponse interface
- Package:
- @microsoft/agents-hosting
Represents a response containing either a token or a sign-in resource. This interface defines the structure of a response that includes a token response and a sign-in resource.
Properties
| signInResource | The sign-in resource containing sign-in and token exchange information. |
| tokenResponse | The token response containing OAuth token information. |
Property Details
signInResource
The sign-in resource containing sign-in and token exchange information.
signInResource: SignInResource
Property Value
tokenResponse
The token response containing OAuth token information.
tokenResponse: TokenResponse
