auth property

  1. @JsonKey(name: 'auth')
AuthCredentialResponse? get auth
inherited

Implementation

@JsonKey(name: 'profile') UserProfile? get profile;@JsonKey(name: 'supplierProfile') SupplierProfile? get supplierProfile;@JsonKey(name: 'customerProfile') Customer? get customerProfile;@JsonKey(name: 'communicationSettings') CommunicationSettings? get communicationSettings;@JsonKey(name: 'auth') AuthCredentialResponse? get auth;