Type alias CreateUserCredentialPasswordInput

CreateUserCredentialPasswordInput: {
    challengeIdentifier: Jwt;
    credentialInfo: PasswordCredentialInformation;
    credentialKind: Password;
    credentialName: string;
}

Type declaration

Generated using TypeDoc