|
GetJWTTokenWithPasskey |
Scroll |
REST URL (POST) https://tenant.thereforeonline.com/theservice/v0001/restun/GetJWTTokenWithPasskey
SOAP Action (POST) http://schemas.therefore.net/webservices/interop/v0001/messages/IThereforeService/GetJWTTokenWithPasskey
Returns JSON Web Token (JWT) for provided passkey.
Input Message: http://schemas.therefore.net/webservices/interop/v0001/messages/IThereforeService/GetJWTTokenWithPasskey
Element Name |
Element Type |
Restrictions |
Description |
â– parameters |
|
|
|
â–¡ Username |
xs:string |
nillable |
The username that is associated with this passkey. |
â–¡ CredentialId |
xs:string |
mandatory nillable |
The credential id of the passkey, in Base64-Url encoded form. |
â–¡ AuthenticatorData |
xs:string |
mandatory nillable |
The authenticator data in Base64-Url encoded form. |
â–¡ ClientDataJSON |
xs:string |
mandatory nillable |
The client data json. |
â–¡ Signature |
xs:string |
mandatory nillable |
The signature from the authenticator, in Base64-Url encoded form. |
â–¡ UserHandle |
xs:string |
nillable |
The userhandle as returned from the authenticator, in Base64-Url encoded form. |
â–¡ RequestId |
xs:string |
nillable |
The requestId returned from the associated GetPublicKeyCredentialRequestOptions call. |
Output Message: http://schemas.therefore.net/webservices/interop/v0001/messages/IThereforeService/GetJWTTokenWithPasskeyResponse
Element Name |
Element Type |
Restrictions |
Description |
â– parameters |
|
|
|
â–¡ JWTToken |
xs:string |
nillable |
Gets JWT token for provided passkey. |
â–¡ ExpiresAtISO8601 |
xs:string |
nillable |
Gets token's expiration date/time (in ISO 8601 format, UTC). |
â– ExpiresAt |
xs:dateTime |
|
Gets token's expiration date/time. |
Legend:
â– |
Not nillable element. |
â–¡ |
Nillable element. |
≡ |
List of elements. |
Bold |
Mandatory element. |