Interface AuthState.AuthStateAction

    • Method Detail

      • execute

        void execute​(@Nullable
                     String accessToken,
                     @Nullable
                     String idToken,
                     @Nullable
                     AuthorizationException ex)
        Executed in the context of fresh (non-expired) tokens.

        If new tokens were required to execute the action and could not be acquired, an authorization exception is provided instead. One or both of the access token and ID token will be provided, dependent upon the token types previously negotiated.