Skip to content

3.1 being able to get full request of all types #122

@bassteen

Description

@bassteen

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions