Uses of Class
sh.ory.hydra.model.FlushInactiveOAuth2TokensRequest
-
Packages that use FlushInactiveOAuth2TokensRequest Package Description sh.ory.hydra.api sh.ory.hydra.model -
-
Uses of FlushInactiveOAuth2TokensRequest in sh.ory.hydra.api
Methods in sh.ory.hydra.api with parameters of type FlushInactiveOAuth2TokensRequest Modifier and Type Method Description voidAdminApi. flushInactiveOAuth2Tokens(FlushInactiveOAuth2TokensRequest body)Flush Expired OAuth2 Access Tokens This endpoint flushes expired OAuth2 access tokens from the database.okhttp3.CallAdminApi. flushInactiveOAuth2TokensAsync(FlushInactiveOAuth2TokensRequest body, ApiCallback<Void> _callback)Flush Expired OAuth2 Access Tokens (asynchronously) This endpoint flushes expired OAuth2 access tokens from the database.okhttp3.CallAdminApi. flushInactiveOAuth2TokensCall(FlushInactiveOAuth2TokensRequest body, ApiCallback _callback)Build call for flushInactiveOAuth2TokensApiResponse<Void>AdminApi. flushInactiveOAuth2TokensWithHttpInfo(FlushInactiveOAuth2TokensRequest body)Flush Expired OAuth2 Access Tokens This endpoint flushes expired OAuth2 access tokens from the database. -
Uses of FlushInactiveOAuth2TokensRequest in sh.ory.hydra.model
Methods in sh.ory.hydra.model that return FlushInactiveOAuth2TokensRequest Modifier and Type Method Description FlushInactiveOAuth2TokensRequestFlushInactiveOAuth2TokensRequest. notAfter(org.threeten.bp.OffsetDateTime notAfter)
-