Interface AuthorizationResponse

    • Method Detail

      • getState

        @Nullable
        State getState()
        Returns:
        The state parameter in the callback request
      • getCode

        @Nonnull
        java.lang.String getCode()
        Returns:
        An authorization code which the client will later exchange for an access token.
      • getCallbackRequest

        @Nonnull
        io.micronaut.http.HttpRequest getCallbackRequest()
        Returns:
        The authorization callback request