object DefaultOAuth2StateProvider : OAuth2StateProvider
The default state provider that does generate random nonce and don't keep them
suspend fun getState(call: ApplicationCall): String
Generates a new state for given call |
|
suspend fun verifyState(state: String): Unit
Verifies state and throws exceptions if it's not valid |