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

## ResponseTypesExtensions Class

Extension methods that classify an OAuth 2\.0 `response_type` combination — the array of its
space\-separated parts \(`code`, `token`, `id_token`\)\. They centralise the shared
response\-type predicates so the same rule is applied wherever a request's flow is derived from its
response types\.

```csharp
public static class ResponseTypesExtensions
```

Inheritance [System\.Object](https://learn.microsoft.com/en-us/dotnet/api/system.object 'System\.Object') → ResponseTypesExtensions
