Uses of Class
org.oa4mp.server.loader.oauth2.tokens.RefreshTokenConfig
-
Packages that use RefreshTokenConfig Package Description edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.clients edu.uiuc.ncsa.myproxy.oa4mp.oauth2.tokens -
-
Uses of RefreshTokenConfig in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.clients
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.clients that return RefreshTokenConfig Modifier and Type Method Description RefreshTokenConfig
OA2Client. getRefreshTokensConfig()
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.clients with parameters of type RefreshTokenConfig Modifier and Type Method Description void
OA2Client. setRefreshTokensConfig(RefreshTokenConfig refreshTokenConfig)
-
Uses of RefreshTokenConfig in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.tokens
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.tokens that return RefreshTokenConfig Modifier and Type Method Description protected RefreshTokenConfig
BasicRefreshTokenHandler. getRTConfig()
-