menu
rdev_riverpod_firebase_auth package
documentation
domain/auth_credential_vo.dart
AuthCredentialVO
AuthCredentialVO const constructor
AuthCredentialVO const constructor
dark_mode
light_mode
AuthCredentialVO
constructor
const
AuthCredentialVO
(
{
String
?
accessToken
,
String
?
providerId
,
String
?
signInMethod
,
int
?
token
,
})
Implementation
const AuthCredentialVO({ this.accessToken, this.providerId, this.signInMethod, this.token, });
rdev_riverpod_firebase_auth package
documentation
domain/auth_credential_vo
AuthCredentialVO
AuthCredentialVO const constructor
AuthCredentialVO class