Interface GitHubOAuthInfoResponse


public interface GitHubOAuthInfoResponse
An immutable client-side representation of GitHubOAuthInfoResponse.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the authUrl property: URL for authorizing the Developer Hub GitHub App.
    Gets the inner com.azure.resourcemanager.devhub.fluent.models.GitHubOAuthInfoResponseInner object.
    Gets the token property: OAuth token used to make calls to GitHub.
  • 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

      Gets the inner com.azure.resourcemanager.devhub.fluent.models.GitHubOAuthInfoResponseInner object.
      Returns:
      the inner object.