readAuthorizerCredential property

UserCredential? readAuthorizerCredential
getter/setter pair

An access token with the repository access.

It can be either a workspace, project or repository access token. It's recommended to use a system account to generate the credentials.

Required.

Implementation

UserCredential? readAuthorizerCredential;