Share via


TokenOrSinginResourceResponse interface

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

Property Value