authenticated constant

  1. @BuiltValueEnumConst.new(wireName: r'authenticated')
AuthenticationNotificationDataStatusEnum const authenticated

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

Implementation

@BuiltValueEnumConst(wireName: r'authenticated')
static const AuthenticationNotificationDataStatusEnum authenticated = _$authenticationNotificationDataStatusEnum_authenticated;