request_identity_tokens

Function request_identity_tokens 

Source
async fn request_identity_tokens(
    client: &Client,
    input: &PasswordLoginRequest,
    password_hash: &str,
) -> Result<IdentityTokenResponse, LoginError>