Called before the authorization finish, you can make some simple non-async final checks. Return the auth context supplement if success.
Called when sign requests from client side are received, controller would sign in the user by issuing a token to client and signing a signature wihtin cookie if it resolve success.
Called when refresh requests from client side are received, controller would refresh token and signature if it resolve success.
Generated using TypeDoc
Handle requests required in the auth flow, for the most of time, it's used for redirecting user-agent from/to other identity provider (IdP). Any request match route "/{platform}/*" would be delegated
to this method, and it's responsible to close the the server response.