status property

  1. @BuiltValueField.new(wireName: r'status')
ScaStatus get status

The status of Strong Customer Authentication (SCA). Possible values: * notPerformed: the requester was unable to successfully authenticate the request using SCA, or has an SCA exemption. * pending: the request is pending SCA authentication. * performed: the request is successfully authenticated using SCA.

Implementation

@BuiltValueField(wireName: r'status')
ScaStatus get status;