SalesforceMobileSDK-Android
Toggle table of contents
14.0.0-rc.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
SalesforceMobileSDK-Android
SalesforceSDK
/
com.salesforce.androidsdk.config
/
OAuthConfig
OAuth
Config
data
class
OAuthConfig
(
val
consumerKey
:
String
,
val
redirectUri
:
String
,
val
scopes
:
List
<
String
>
?
=
null
)
:
Parcelable
Members
Constructors
OAuth
Config
Link copied to clipboard
constructor
(
consumerKey
:
String
,
redirectUri
:
String
,
scopes
:
List
<
String
>
?
=
null
)
Properties
consumer
Key
Link copied to clipboard
val
consumerKey
:
String
redirect
Uri
Link copied to clipboard
val
redirectUri
:
String
scopes
Link copied to clipboard
val
scopes
:
List
<
String
>
?
=
null
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)