Module access_token_response

Source

Structs§

SendAccessTokenResponse
A send access token which can be used to access a send.
UnexpectedIdentityError
Any unexpected error that occurs when making requests to identity. This could be local/transport/decoding failure from the HTTP client (DNS/TLS/connect/read timeout, connection reset, or JSON decode failure on a success response) or non-2xx response with an unexpected body or status. Used when decoding the server’s error payload into SendAccessTokenApiErrorResponse fails, or for 5xx responses where no structured error is available.

Enums§

SendAccessTokenError
Represents errors that can occur when requesting a send access token. It includes expected and unexpected API errors.