다음을 통해 공유


IWithGitHubAccessToken<ParentT> 인터페이스

정의

GitHub 액세스 토큰을 지정할 수 있는 웹앱 소스 제어 정의입니다.

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

형식 매개 변수

ParentT

이 정의를 연결한 후 로 돌아갈 부모 정의의 단계입니다.

파생

메서드

WithGitHubAccessToken(String)

GitHub 개인용 액세스 토큰을 지정합니다. 에서 https://github.com/settings/tokens하나를 가져올 수 있습니다.

적용 대상