Module access_token_request

Source

Structs§

SendAccessTokenRequest
A request structure for requesting a send access token from the API.
SendEmailCredentials
Credentials for sending an OTP to the user’s email address. This is used when the send requires email verification with an OTP.
SendEmailOtpCredentials
Credentials for getting a send access token using an email and OTP.
SendPasswordCredentials
Credentials for sending password secured access requests. Clone auto implements the standard lib’s Clone trait, allowing us to create copies of this struct.

Enums§

SendAccessCredentials
The credentials used for send access requests.