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