id property

String? id
getter/setter pair

The unique identifier of the auth provider.

It will be referred to by AuthRequirement.provider_id. Example: "bookstore_auth".

Implementation

core.String? id;