strongCustomerAuthentication property

DelegatedAuthenticationDataBuilder get strongCustomerAuthentication

Implementation

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

Implementation

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