logout

abstract fun logout(context: Context, callback: RequestCallback<AuthState>)

Sends request to perform logout

See Strivacity Authentication APIs, Begin an OIDC RP Initiated Logout

See OpenID Connect RP-Initiated Logout 1.0 - draft 01

Parameters

context

The context of activity to invoke an pending intent to start the AuthActivity

callback

The callback to invoke upon request completion.