Uses of Class
org.jenkinsci.plugins.oic.OicTokenResponse
-
Uses of OicTokenResponse in org.jenkinsci.plugins.oic
Methods in org.jenkinsci.plugins.oic that return OicTokenResponseModifier 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) ornullfor none.OicTokenResponse.setIdToken(String str) OicTokenResponse.setRefreshToken(String str) OicTokenResponse.setTokenType(String str)