Uses of Class
com.azure.resourcemanager.devhub.fluent.models.GitHubOAuthListResponseInner
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 GitHubOAuthListResponseInner in com.azure.resourcemanager.devhub.fluent
Modifier and TypeMethodDescriptionResourceProvidersClient.listGitHubOAuth
(String location) Callback URL to hit once authenticated with GitHub App to have the service store the OAuth token.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<GitHubOAuthListResponseInner>
ResourceProvidersClient.listGitHubOAuthWithResponse
(String location, com.azure.core.util.Context context) Callback URL to hit once authenticated with GitHub App to have the service store the OAuth token. -
Uses of GitHubOAuthListResponseInner in com.azure.resourcemanager.devhub.fluent.models
Modifier and TypeMethodDescriptionGitHubOAuthListResponseInner.withValue
(List<GitHubOAuthResponseInner> value) Set the value property: Singleton list response containing one GitHubOAuthResponse response. -
Uses of GitHubOAuthListResponseInner in com.azure.resourcemanager.devhub.models
Modifier and TypeMethodDescriptionGitHubOAuthListResponse.innerModel()
Gets the inner com.azure.resourcemanager.devhub.fluent.models.GitHubOAuthListResponseInner object.