#### [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')

## RequestUrn Class

Provides constants for OAuth request URIs, ensuring they conform to the standardized URN notation\.

```csharp
public static class RequestUrn
```

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

## RequestUrn\.Prefix Field {#Abblix.Oidc.Server.Common.Constants.RequestUrn.Prefix}

The prefix for OAuth request URIs as per the Internet Engineering Task Force \(IETF\) parameters\.

```csharp
public const string Prefix = "urn:ietf:params:oauth:request_uri:";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')
