AccountLinkPayload constructor
AccountLinkPayload({})
Implementation
AccountLinkPayload(
{required scopes,
required this.redirectUrl,
required this.referenceId,
this.nonce,
this.requestedAt,
this.orderDescription})
: scopes_ = AccountLinkPayload.checkScopes(scopes);