Uses of Class
sh.ory.hydra.model.OAuth2TokenIntrospection
-
Packages that use OAuth2TokenIntrospection Package Description sh.ory.hydra.api sh.ory.hydra.model -
-
Uses of OAuth2TokenIntrospection in sh.ory.hydra.api
Methods in sh.ory.hydra.api that return OAuth2TokenIntrospection Modifier and Type Method Description OAuth2TokenIntrospectionAdminApi. introspectOAuth2Token(String token, String scope)Introspect OAuth2 Tokens The introspection endpoint allows to check if a token (both refresh and access) is active or not.Methods in sh.ory.hydra.api that return types with arguments of type OAuth2TokenIntrospection Modifier and Type Method Description ApiResponse<OAuth2TokenIntrospection>AdminApi. introspectOAuth2TokenWithHttpInfo(String token, String scope)Introspect OAuth2 Tokens The introspection endpoint allows to check if a token (both refresh and access) is active or not.Method parameters in sh.ory.hydra.api with type arguments of type OAuth2TokenIntrospection Modifier and Type Method Description okhttp3.CallAdminApi. introspectOAuth2TokenAsync(String token, String scope, ApiCallback<OAuth2TokenIntrospection> _callback)Introspect OAuth2 Tokens (asynchronously) The introspection endpoint allows to check if a token (both refresh and access) is active or not. -
Uses of OAuth2TokenIntrospection in sh.ory.hydra.model
Methods in sh.ory.hydra.model that return OAuth2TokenIntrospection Modifier and Type Method Description OAuth2TokenIntrospectionOAuth2TokenIntrospection. active(Boolean active)OAuth2TokenIntrospectionOAuth2TokenIntrospection. addAudItem(String audItem)OAuth2TokenIntrospectionOAuth2TokenIntrospection. aud(List<String> aud)OAuth2TokenIntrospectionOAuth2TokenIntrospection. clientId(String clientId)OAuth2TokenIntrospectionOAuth2TokenIntrospection. exp(Long exp)OAuth2TokenIntrospectionOAuth2TokenIntrospection. ext(Object ext)OAuth2TokenIntrospectionOAuth2TokenIntrospection. iat(Long iat)OAuth2TokenIntrospectionOAuth2TokenIntrospection. iss(String iss)OAuth2TokenIntrospectionOAuth2TokenIntrospection. nbf(Long nbf)OAuth2TokenIntrospectionOAuth2TokenIntrospection. obfuscatedSubject(String obfuscatedSubject)OAuth2TokenIntrospectionOAuth2TokenIntrospection. scope(String scope)OAuth2TokenIntrospectionOAuth2TokenIntrospection. sub(String sub)OAuth2TokenIntrospectionOAuth2TokenIntrospection. tokenType(String tokenType)OAuth2TokenIntrospectionOAuth2TokenIntrospection. tokenUse(String tokenUse)OAuth2TokenIntrospectionOAuth2TokenIntrospection. username(String username)
-