/** Maximum number of scopes accepted by the application OIDC runtime. */ export declare const MAX_APPLICATION_AUTH_SCOPE_COUNT = 32; /** Maximum length of one application OIDC scope. */ export declare const MAX_APPLICATION_AUTH_SCOPE_LENGTH = 128; /** Maximum length of a trusted-proxy identity header name. */ export declare const MAX_APPLICATION_IDENTITY_HEADER_NAME_LENGTH = 128; /** Whether an HTTP header name is reserved for transport identity. */ export declare function isForbiddenApplicationIdentityHeaderName(value: string): boolean; //# sourceMappingURL=policy.d.ts.map