共用方式為


IWithGitHubAccessToken<ParentT> 介面

定義

允許指定 GitHub 存取權杖的 Web 應用程式原始檔控制定義。

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

類型參數

ParentT

附加此定義之後要傳回之父定義的階段。

衍生

方法

WithGitHubAccessToken(String)

指定 GitHub 個人存取權杖。 您可以從 取得一個 https://github.com/settings/tokens

適用於