Uses of Class
se.michaelthelin.spotify.model_objects.credentials.ClientCredentials.Builder
-
Uses of ClientCredentials.Builder in se.michaelthelin.spotify.model_objects.credentials
Modifier and TypeMethodDescriptionClientCredentials.builder()
ClientCredentials.Builder.setAccessToken
(String accessToken) The access token setter.ClientCredentials.Builder.setExpiresIn
(Integer expiresIn) The expiration time setter.ClientCredentials.Builder.setTokenType
(String tokenType) The access token type setter.