authKeyProvider property

ClientAuthKeyProvider? authKeyProvider
getter/setter pair

Provides the authentication key for the client. Required to make authenticated requests. If not provided, all requests will be unauthenticated.

Implementation

ClientAuthKeyProvider? authKeyProvider;