authenticationApplied property

  1. @BuiltValueField.new(wireName: r'authenticationApplied')
bool? get authenticationApplied

Specifies whether the authentication process was triggered during token provisioning.

Implementation

@BuiltValueField(wireName: r'authenticationApplied')
bool? get authenticationApplied;