Uses of Class
org.jenkinsci.plugins.oic.OicTokenResponse
-
Uses of OicTokenResponse in org.jenkinsci.plugins.oic
Modifier and TypeMethodDescriptionOicTokenResponse.clone()
cloneOicTokenResponse.setAccessToken
(String str) OicTokenResponse.setExpiresInSeconds
(Long expiresInSeconds) Sets the lifetime in seconds of the access token (for example 3600 for an hour) ornull
for none.OicTokenResponse.setIdToken
(String str) OicTokenResponse.setRefreshToken
(String str) OicTokenResponse.setTokenType
(String str)