-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
The builder of the AuthenticationSessionRequest allows you to get the full requests after its send with:
AuthenticationSessionRequest authenticationSessionRequest = builder.getAuthenticationSessionRequest();
All other request types should have the same functionality
e.g.
SignatureSessionRequest signatureSessionRequest = builder.getSignatureSessionRequest();
NotificationAuthenticationSessionResponse authenticationSessionResponse = authenticationRequestBuilder.initAuthenticationSession();
// Get authentication session request used for starting the authentication session and use it later to validate sessions status response
AuthenticationSessionRequest authenticationSessionRequest = authenticationRequestBuilder.getAuthenticationSessionRequest();
Metadata
Metadata
Assignees
Labels
No labels