suspend fun OAuth2Auth.introspectTokenAwait(token: String): AccessToken suspend fun OAuth2Auth.introspectTokenAwait(token: String, tokenType: String): AccessToken
Query an OAuth 2.0 authorization server to determine the active state of an OAuth 2.0 token and to determine meta-information about this token. |
|
suspend fun OAuth2Auth.loadJWKAwait(): Unit
Loads a JWK Set from the remote provider. |