A set of of URLs associated with the passkey.

interface Links {
    enrollUri?: string;
    loginUri?: string;
}

Properties

enrollUri?: string
loginUri?: string