Function accounts2fa_auth_session_create

Source
pub async fn accounts2fa_auth_session_create(
    configuration: &Configuration,
    callback_token_auth_request: CallbackTokenAuthRequest,
) -> Result<CallbackTokenAuth, Error<Accounts2faAuthSessionCreateError>>
Expand description

Persist a user id and a backend in the request. This way a user doesn’t have to reauthenticate on every request. Note that data set during the anonymous session is retained when the user logs in.