pub fn decrypt_user_identity_token_password(
    user_identity_token: &UserNameIdentityToken,
    server_nonce: &[u8],
    server_key: &PKey<Private>
) -> Result<String, StatusCode>
Expand description

Decrypt the password inside of a user identity token.