IWithGitHubAccessToken<ParentT> Interface

Definition

A web app source control definition allowing GitHub access token to be specified.

public interface IWithGitHubAccessToken<ParentT>
type IWithGitHubAccessToken<'ParentT> = interface
Public Interface IWithGitHubAccessToken(Of ParentT)

Type Parameters

ParentT

The stage of the parent definition to return to after attaching this definition.

Derived

Methods

WithGitHubAccessToken(String)

Specifies the GitHub personal access token. You can acquire one from https://github.com/settings/tokens.

Applies to