CodeVerifierCache

A cache for the code verifier used in the PKCE flow.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun deleteCodeVerifier()

Deletes the saved code verifier from the cache.

Link copied to clipboard
abstract suspend fun loadCodeVerifier(): String?

Loads the saved code verifier from the cache.

Link copied to clipboard
abstract suspend fun saveCodeVerifier(codeVerifier: String)

Saves the given code verifier.