OAuth Logout Options
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.