fursuit-tv-sdk
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
fursuit-tv-sdk
fursuit-tv-sdk
/
com.furrist.rp.furtv.sdk.auth
/
OAuthAuthorizeParams
/
OAuthAuthorizeParams
OAuth
Authorize
Params
constructor
(
clientId
:
String
,
redirectUri
:
String
,
state
:
String
?
=
null
,
scope
:
String
?
=
null
,
responseType
:
String
=
"code"
,
codeChallenge
:
String
?
=
null
,
codeChallengeMethod
:
String
?
=
null
)