bitwarden_core::auth::api::response::identity_token_response

Function parse_identity_response

source
pub fn parse_identity_response(
    status: StatusCode,
    response: String,
) -> Result<IdentityTokenResponse, Error>