IdentityMatchRequest constructor
IdentityMatchRequest({
- String? clientId,
- String? secret,
- required String accessToken,
- IdentityMatchUser? user,
- IdentityMatchRequestOptions? options,
Implementation
IdentityMatchRequest({
this.clientId,
this.secret,
required this.accessToken,
this.user,
this.options,
});