Uses of Class
com.azure.resourcemanager.devhub.fluent.models.GitHubOAuthInfoResponseInner
Package
Description
Package containing the service clients for DeveloperHubServiceClient.
Package containing the inner data models for DeveloperHubServiceClient.
Package containing the data models for DeveloperHubServiceClient.
-
Uses of GitHubOAuthInfoResponseInner in com.azure.resourcemanager.devhub.fluent
Modifier and TypeMethodDescriptionResourceProvidersClient.gitHubOAuth
(String location) Gets GitHubOAuth info used to authenticate users with the Developer Hub GitHub App.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<GitHubOAuthInfoResponseInner>
ResourceProvidersClient.gitHubOAuthWithResponse
(String location, GitHubOAuthCallRequest parameters, com.azure.core.util.Context context) Gets GitHubOAuth info used to authenticate users with the Developer Hub GitHub App. -
Uses of GitHubOAuthInfoResponseInner in com.azure.resourcemanager.devhub.fluent.models
Modifier and TypeMethodDescriptionGitHubOAuthInfoResponseInner.withAuthUrl
(String authUrl) Set the authUrl property: URL for authorizing the Developer Hub GitHub App.Set the token property: OAuth token used to make calls to GitHub. -
Uses of GitHubOAuthInfoResponseInner in com.azure.resourcemanager.devhub.models
Modifier and TypeMethodDescriptionGitHubOAuthInfoResponse.innerModel()
Gets the inner com.azure.resourcemanager.devhub.fluent.models.GitHubOAuthInfoResponseInner object.