| NoneResponseBuilder | Builds the none response-type component of an authorization endpoint success response (OAuth 2.0 Multiple Response Type Encoding Practices ยง4). The none response type authorizes the request without returning any credentials, so this builder contributes nothing to the running SuccessfullyAuthenticated result โ the authorization endpoint returns only state and, when advertised, iss (RFC 9207). Registered by opt-in through EnableNoneFlow(). Unlike the other response types it declares no grant type, because it issues no code or token to be exchanged later. |