bitwarden_core::auth::login::password

Function request_identity_tokens

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