menu
odds_account_sdk package
documentation
client.dart
AuthInfo
AuthInfo constructor
AuthInfo constructor
dark_mode
light_mode
AuthInfo
constructor
AuthInfo
(
Account
account
,
String
idToken
, [
String
?
accessToken
,
String
?
refreshToken
,
])
Implementation
AuthInfo(this.account, this.idToken, [this.accessToken, this.refreshToken]);
odds_account_sdk package
documentation
client
AuthInfo
AuthInfo constructor
AuthInfo class