endSession

open suspend override fun endSession(oidcConfig: OidcConfig<Unit>, idToken: String): Boolean

End the session with the OpenID Connect provider. This implementation always returns false.

Return

Always returns false.

Parameters

oidcConfig

The configuration for the OpenID Connect client.

idToken

The ID token used to end the session.