kotlin-components-docs
jvm
kotlin-components-docs
/
mozilla.appservices.fxaclient
/
AuthorizationParameters
/
AuthorizationParameters
Authorization
Parameters
constructor
(
clientId
:
String
,
scope
:
List
<
String
>
,
state
:
String
,
accessType
:
String
,
codeChallenge
:
String
?
,
codeChallengeMethod
:
String
?
,
keysJwk
:
String
?
)