authentication property

  1. @BuiltValueField.new(wireName: r'authentication')
TokenAuthentication? get authentication

Contains information about the authentication process triggered during token provisioning.

Implementation

@BuiltValueField(wireName: r'authentication')
TokenAuthentication? get authentication;