pub async fn accounts2fa_auth_token_create(
configuration: &Configuration,
callback_token_auth_request: CallbackTokenAuthRequest,
) -> Result<CallbackTokenAuth, Error<Accounts2faAuthTokenCreateError>>
Expand description
This is a duplicate of rest_framework’s own ObtainAuthToken method. Instead, this returns an Auth Token based on our callback token and source.