PasskeyResponse
public class PasskeyResponse extends Object
↳ package com.onekosmos.blockid.sdk.passKey
Model class to represent the PasskeyResponse data (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 is returned only when the function issueJWTOnPasskeyAuthentication is called. |