authorizerCredential property

UserCredential? authorizerCredential
getter/setter pair

An access token with the minimum repository, pullrequest and webhook scope access.

It can either be a workspace, project or repository access token. This is needed to create webhooks. It's recommended to use a system account to generate these credentials.

Required.

Implementation

UserCredential? authorizerCredential;