strongCustomerAuthentication property

AssociationDelegatedAuthenticationDataBuilder get strongCustomerAuthentication

Implementation

AssociationDelegatedAuthenticationDataBuilder
get strongCustomerAuthentication => _$this._strongCustomerAuthentication ??=
    AssociationDelegatedAuthenticationDataBuilder();
set strongCustomerAuthentication (AssociationDelegatedAuthenticationDataBuilder? strongCustomerAuthentication)

Implementation

set strongCustomerAuthentication(
  AssociationDelegatedAuthenticationDataBuilder? strongCustomerAuthentication,
) => _$this._strongCustomerAuthentication = strongCustomerAuthentication;