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