Show / Hide Table of Contents

Class AuthenticationOnlyRouteAuthorizationPolicy

Only authentication is performed for the request and authorization is skipped.

Inheritance
object
RouteAuthorizationPolicy
AuthenticationOnlyRouteAuthorizationPolicy
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 AuthenticationOnlyRouteAuthorizationPolicy : RouteAuthorizationPolicy
In this article
Back to top