Type alias PasswordAttestation

PasswordAttestation: {
    credentialInfo: {
        password: string;
    };
    credentialKind: "Password";
}

Type declaration

  • credentialInfo: {
        password: string;
    }
    • password: string
  • credentialKind: "Password"

Generated using TypeDoc