shared
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.nubasu.spotify.webapi.wrapper.api.authorization
/
AuthorizationApis
/
AuthorizationApis
Authorization
Apis
constructor
(
client
:
HttpClient
=
HttpClient(CIO) { install(ContentNegotiation) { json() } }
,
authorizeEndpoint
:
String
=
"https://accounts.spotify.com/authorize"
,
tokenEndpoint
:
String
=
"https://accounts.spotify.com/api/token"
)