Skip to main content

integration.authorization.authorization_request

AuthorizationRequestPayload Objects

@dataclass_json

@dataclass(kw_only=True)
class AuthorizationRequestPayload()

The payload that is sent with authorization requests.

Attributes:

  • auth_id - The authorization ID.

  • auth_type - The authorization type.

  • auth_issuer - The entity that requires the authorization.

  • auth_issuer_url - The URL of above entity.

  • auth_issuer_host - The host identifier of the issuer.

  • auth_bearer - The entity that will be authorized against.

  • fingerprint - The user's fingerprint.