Show / Hide Table of Contents

Class OAuth2LogoutBackend

Backend which when called triggers OAuth2 logout.

Inheritance
object
ApiSpecificationRouteBackend
OAuth2LogoutBackend
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 OAuth2LogoutBackend : ApiSpecificationRouteBackend

Properties

AllowedPostLogoutUris

Declaration
[JsonProperty(PropertyName = "allowedPostLogoutUris")]
public List<string> AllowedPostLogoutUris { get; set; }
Property Value
Type Description
List<string>

PostLogoutState

Declaration
[JsonProperty(PropertyName = "postLogoutState")]
public string PostLogoutState { get; set; }
Property Value
Type Description
string

Defines a state that should be shared on redirecting to postLogout URL.

In this article
Back to top