Documentation Index
Fetch the complete documentation index at: https://auth0-feat-ionic-capacitor-quickstart-modernization.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
export interface PasskeyCreate {
public_key: {
user: {
id: string;
name: string;
displayName: string;
};
rp: {
id: string;
name: string;
};
challenge: string;
pubKeyCredParams: [
{
type: string;
alg: number;
},
];
authenticatorSelection: {
residentKey: string;
userVerification: string;
authenticatorAttachment?: string;
};
};
}
Properties
public_key
public_key: object
authenticatorSelection.authenticatorAttachment?
authenticatorSelection.residentKey
authenticatorSelection.userVerification
challenge
pubKeyCredParams
rp.id
rp.name
user
user.displayName
user.id
user.name