authorizerCredential property

UserCredential? authorizerCredential
getter/setter pair

An http access token with the minimum Repository admin scope access.

This is needed to create webhooks. It's recommended to use a system account to generate these credentials.

Required.

Implementation

UserCredential? authorizerCredential;