finishPasskeySignInMutation
Complete passkey authentication and issue an auth token. Sets the auth cookie unless businessHandle is set, in which case a business-scoped token is returned without touching the cookie session (embed sign-in flow).
Arguments
Returns
See SignInResult for the full shape.
Try it
Example
Query
mutation FinishPasskeySignIn($credential: String!, $businessHandle: String) {
finishPasskeySignIn(credential: $credential, businessHandle: $businessHandle) {
__typename
}
}
Variables
{}
POST
https://go.sessions.website/api/graphqlfinishPasskeySignIn