@FunctionalInterface public interface UpdateAuthorization extends Action<AuthorizationRequest,UpdateAuthBody>
GetAuthorizationState
is called to show user which fields he needs to provide.
Or is a standalone action when simple forms (like password) are filled.
Typical outcomes:
RedirectionResult
Points to the next page that must be shown to the user in order to proceed with authorization.
ValidationErrorResult
Contains list of fields that are required from PSU and points to the next page that must be shown to the user in order to proceed with authorization.
Copyright © 2020. All rights reserved.