Share via


TokenOrSignInResourceResponse Class

Represents the response containing either a token or a sign-in resource.

One of the two properties should be set (if returned from the 'getTokenOrSignInResource' endpoint), not both.

Constructor

pydantic model TokenOrSignInResourceResponse

Parameters

Name Description
token_response
Required

The token response.

sign_in_resource
Required

The sign-in resource.

Keyword-Only Parameters

Name Description
tokenResponse
Default value: None
signInResource
Default value: None

Attributes

sign_in_resource

field sign_in_resource: SignInResource = None (alias 'signInResource')

token_response

field token_response: TokenResponse = None (alias 'tokenResponse')