Function create_token

Source
pub async fn create_token(
    configuration: &mut Configuration,
) -> Result<TokenCreatedResponse, Error<CreateTokenError>>
Expand description

Create an API token. If two-factor authentication is enabled for your account, review the instructions for including a one-time password in the request.