identifier property

String? identifier
final

The client identifier for this client.

The authorization server will issue each client a separate client identifier and secret, which allows the server to tell which client is accessing it. Some servers may also have an anonymous identifier/secret pair that any client may use.

This is usually global to the program using this library.

Implementation

final String? identifier;