Sendbird Live
Sendbird Live
/
com.sendbird.live
/
AuthenticateParams
Authenticate
Params
data
class
AuthenticateParams
(
userId
:
String
,
accessToken
:
String
?
)
Content copied to clipboard
AuthenticateParams
Since
1.0.0
Constructors
Properties
Parameters
Parameters
user
Id
User ID.
access
Token
Access token.
Constructors
Authenticate
Params
Link copied to clipboard
fun
AuthenticateParams
(
userId
:
String
,
accessToken
:
String
?
)
Content copied to clipboard
Properties
accessToken
Link copied to clipboard
val
accessToken
:
String
?
Content copied to clipboard
userId
Link copied to clipboard
val
userId
:
String
Content copied to clipboard