Skip to content

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

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();

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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