keycloak-spi-private
公開メンバ関数 | 全メンバ一覧
org.keycloak.protocol.oidc.TokenIntrospectionProvider インタフェース
org.keycloak.protocol.oidc.TokenIntrospectionProvider の継承関係図
Inheritance graph
org.keycloak.protocol.oidc.TokenIntrospectionProvider 連携図
Collaboration graph

公開メンバ関数

Response introspect (String token)
 

詳解

Provides introspection for a determined OAuth2 token type.

著者
Pedro Igor

関数詳解

◆ introspect()

Response org.keycloak.protocol.oidc.TokenIntrospectionProvider.introspect ( String  token)

Introspect the token.

引数
tokenthe token to introspect.
戻り値
the response with the information about the token

このインタフェース詳解は次のファイルから抽出されました: