Variable postPasskeyStartAuthenticationByUserConst

postPasskeyStartAuthenticationByUser: EndpointGeneric<{}, {
    authenticationOptions: string;
    sessionId: string;
}, {
    ctype:
        | 0
        | 1
        | 2
        | 3
        | 4
        | 5;
    cvalue: string;
}> = ...

POST https://auth.roblox.com/v1/passkey/start-authentication-by-user

Initializes passkey authentication for the user(s) corresponding to the identifier provided.