#### [Abblix\.Oidc\.Server](https://www.abblix.com/en/docs/api/abblix-oidc-server 'index')

## Abblix\.Oidc\.Server\.Features\.NoneFlow Namespace

| Classes | |
| :--- | :--- |
| [NoneResponseBuilder](https://www.abblix.com/en/docs/api/abblix-oidc-server/Abblix.Oidc.Server.Features.NoneFlow.NoneResponseBuilder 'Abblix\.Oidc\.Server\.Features\.NoneFlow\.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](https://www.abblix.com/en/docs/api/abblix-oidc-server/Abblix.Oidc.Server.Endpoints.Authorization.Interfaces.SuccessfullyAuthenticated 'Abblix\.Oidc\.Server\.Endpoints\.Authorization\.Interfaces\.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\. |
| [ServiceCollectionExtensions](https://www.abblix.com/en/docs/api/abblix-oidc-server/Abblix.Oidc.Server.Features.NoneFlow.ServiceCollectionExtensions 'Abblix\.Oidc\.Server\.Features\.NoneFlow\.ServiceCollectionExtensions') | DI extensions that opt the host into the OAuth 2\.0 `none` response type\. |
