OAuthLogoutOptions

data class OAuthLogoutOptions(val postLogoutRedirectUri: String = "io.fusionauth.app:/oauth2redirect", val state: String? = null, val cancelIntent: ERROR CLASS: Symbol not found for Intent?? = null)

OAuthLogoutOptions is a data class that represents the options for the OAuth logout request.

See FusionAuth OAuth 2.0 Logout Endpoint for more information.

Constructors

Link copied to clipboard
constructor(postLogoutRedirectUri: String = "io.fusionauth.app:/oauth2redirect", state: String? = null, cancelIntent: ERROR CLASS: Symbol not found for Intent?? = null)

Properties

Link copied to clipboard
val cancelIntent: ERROR CLASS: Symbol not found for Intent??

An optional intent to be used when the user cancels the OAuth logout request.

Link copied to clipboard

The post logout redirect URI to be used for the OAuth logout request.

Link copied to clipboard

An opaque value used by the client to maintain state between the request and callback. The authorization server includes this value when redirecting the user-agent back to the client.