userServiceKey property

  1. @Deprecated('Use token authentication instead.')
String? userServiceKey
final

To be used as X-Auth-User-Service-Key. A special Cloudflare API key good for a restricted set of endpoints. Always begins with "v1.0-", may vary in length.

Implementation

@Deprecated('Use token authentication instead.')

/// To be used as `X-Auth-User-Service-Key`. A special Cloudflare API key good
/// for a restricted set of endpoints. Always begins with "v1.0-", may vary in length.
final String? userServiceKey;