Uses of Class
com.azure.resourcemanager.devhub.fluent.models.GitHubOAuthResponseInner
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 GitHubOAuthResponseInner in com.azure.resourcemanager.devhub.fluent
Modifier and TypeMethodDescriptionResourceProvidersClient.gitHubOAuthCallback
(String location, String code, String state) 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<GitHubOAuthResponseInner>
ResourceProvidersClient.gitHubOAuthCallbackWithResponse
(String location, String code, String state, 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 GitHubOAuthResponseInner in com.azure.resourcemanager.devhub.fluent.models
Modifier and TypeMethodDescriptionGitHubOAuthResponseInner.withUsername
(String username) Set the username property: user making request.Modifier and TypeMethodDescriptionGitHubOAuthListResponseInner.value()
Get the value property: Singleton list response containing one GitHubOAuthResponse response.Modifier and TypeMethodDescriptionGitHubOAuthListResponseInner.withValue
(List<GitHubOAuthResponseInner> value) Set the value property: Singleton list response containing one GitHubOAuthResponse response. -
Uses of GitHubOAuthResponseInner in com.azure.resourcemanager.devhub.models
Modifier and TypeMethodDescriptionGitHubOAuthResponse.innerModel()
Gets the inner com.azure.resourcemanager.devhub.fluent.models.GitHubOAuthResponseInner object.