Uses of Interface
com.azure.resourcemanager.devhub.models.GitHubOAuthResponse
Package
Description
Package containing the data models for DeveloperHubServiceClient.
-
Uses of GitHubOAuthResponse in com.azure.resourcemanager.devhub.models
Modifier and TypeMethodDescriptionResourceProviders.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<GitHubOAuthResponse>
ResourceProviders.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.GitHubOAuthListResponse.value()
Gets the value property: Singleton list response containing one GitHubOAuthResponse response.