Type alias CreateUserCredentialRecoveryKeyInput

CreateUserCredentialRecoveryKeyInput: {
    challengeIdentifier: Jwt;
    credentialInfo: CredentialAssertion;
    credentialKind: RecoveryKey;
    credentialName: string;
    encryptedPrivateKey?: string;
}

Type declaration

Generated using TypeDoc