Constructor for AuthFlowToken.
Optional
accessToken: stringOptional access token.
Will throw an error if access token is missing.
Protected
accessThe access token obtained through authentication.
AuthFlowBase
Protected
clientThe client ID used for authentication.
AuthFlowBase
Generated using TypeDoc
Authentication flow with a provided access token. If the token is not provided, it falls back to an environment variable.