token property

  1. @BuiltValueField.new(wireName: r'token')
String? get token

A token to pass to the delegatedAuthentication component.

Implementation

@BuiltValueField(wireName: r'token')
String? get token;