MemoryCodeVerifierCache

class MemoryCodeVerifierCache(codeVerifier: String? = null) : CodeVerifierCache(source)

A CodeVerifierCache that uses the AtomicRef API.

Constructors

Link copied to clipboard
constructor(codeVerifier: String? = null)

Functions

Link copied to clipboard
open suspend override fun deleteCodeVerifier()

Deletes the saved code verifier from the cache.

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

Loads the saved code verifier from the cache.

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

Saves the given code verifier.