| suspend fun OAuth2Auth.introspectTokenAwait(token: String): AccessTokensuspend fun OAuth2Auth.introspectTokenAwait(token: String, tokenType: String): AccessTokenQuery 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(): UnitLoads a JWK Set from the remote provider. |