SdkUserModel constructor
SdkUserModel({
- String? accessToken,
- String? orderAccessToken,
- String? tokenType,
- String? refreshToken,
- num? expiresIn,
- String? scope,
- String? id,
- String? orderUserId,
- String? accountId,
- List<
Profile> ? profiles, - String? version,
- List<
String> ? roles, - String? fullName,
- String? phoneNumber,
- String? userProfileId,
- String? clientId,
- String? clientSecret,
Implementation
SdkUserModel({
this.accessToken,
this.orderAccessToken,
this.tokenType,
this.refreshToken,
this.expiresIn,
this.scope,
this.id,
this.orderUserId,
this.accountId,
this.profiles,
this.version,
this.roles,
this.fullName,
this.phoneNumber,
this.userProfileId,
this.clientId,
this.clientSecret,
});