Show / Hide Table of Contents

Class AnonymousRouteAuthorizationPolicy

For a type of ANONYMOUS, an authenticated API must have the "isAnonymousAccessAllowed" property set to "true" in the authentication policy.

Inheritance
object
RouteAuthorizationPolicy
AnonymousRouteAuthorizationPolicy
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ApigatewayService.Models
Assembly: OCI.DotNetSDK.Apigateway.dll
Syntax
public class AnonymousRouteAuthorizationPolicy : RouteAuthorizationPolicy
In this article
Back to top