PasskeyResponse
public struct PasskeyResponse: Codable
Model class to hold Passkey Response (attributes).
Field Summary
| Parameter | Type | Description |
|---|---|---|
| authenticatorId | String | ID of registered passkey |
| sub | String | Subject ID (user identifier) |
| jwt | String | JWT token issued after authentication. This will be returned when only when functaion issueJWTOnPasskeyAuthentication is called. |