Variable postPasskeyListcredentialsConst

postPasskeyListcredentials: EndpointGeneric<{}, {
    credentials: {
        nickname: string;
    }[];
}, {
    all: boolean;
}> = ...

POST https://auth.roblox.com/v1/passkey/ListCredentials

List a user's registered passkeys.