Interface GitHubOAuthInfoResponse
public interface GitHubOAuthInfoResponse
An immutable client-side representation of GitHubOAuthInfoResponse.
-
Method Summary
-
Method Details
-
authUrl
String authUrl()Gets the authUrl property: URL for authorizing the Developer Hub GitHub App.- Returns:
- the authUrl value.
-
token
String token()Gets the token property: OAuth token used to make calls to GitHub.- Returns:
- the token value.
-
innerModel
GitHubOAuthInfoResponseInner innerModel()Gets the inner com.azure.resourcemanager.devhub.fluent.models.GitHubOAuthInfoResponseInner object.- Returns:
- the inner object.
-