status property

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

Outcome of the authentication. Allowed values: * authenticated * rejected * error

Implementation

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