AuthHuaweiId class

Result class that defines a HuaweiID for the HealthAuth.signIn method.

Constructors

AuthHuaweiId({String? openId, String? photoUriString, String? accessToken, String? displayName, int? status, int? gender, String? unionId, String? idToken, int? expirationTimeSecs, String? givenName, String? familyName, int? homeZone, List<String>? grantedScopes, List? extensionScopes})
AuthHuaweiId.fromMap(Map map)
factory

Properties

accessToken String?
final
displayName String?
final
expirationTimeSecs int?
final
extensionScopes List?
getter/setter pair
familyName String?
final
gender int?
final
givenName String?
final
grantedScopes List<String>?
Authorized permission scopes
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
homeZone int?
final
idToken String?
final
openId String?
final
photoUriString String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int?
final
unionId String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited