kotlin-components-docs
jvm
kotlin-components-docs
/
mozilla.appservices.fxaclient
/
FxaEvent
/
BeginOAuthFlow
Begin
OAuth
Flow
data
class
BeginOAuthFlow
(
val
scopes
:
List
<
String
>
,
val
entrypoint
:
String
)
:
FxaEvent
Members
Constructors
Begin
OAuth
Flow
Link copied to clipboard
constructor
(
scopes
:
List
<
String
>
,
entrypoint
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
entrypoint
Link copied to clipboard
val
entrypoint
:
String
scopes
Link copied to clipboard
val
scopes
:
List
<
String
>