Uses of Class
com.azure.resourcemanager.devhub.models.GitHubOAuthCallRequest
Package
Description
Package containing the service clients for DeveloperHubServiceClient.
Package containing the data models for DeveloperHubServiceClient.
-
Uses of GitHubOAuthCallRequest in com.azure.resourcemanager.devhub.fluent
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 GitHubOAuthCallRequest in com.azure.resourcemanager.devhub.models
Modifier and TypeMethodDescriptionGitHubOAuthCallRequest.withRedirectUrl
(String redirectUrl) Set the redirectUrl property: The URL the client will redirect to on successful authentication.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<GitHubOAuthInfoResponse>
ResourceProviders.gitHubOAuthWithResponse
(String location, GitHubOAuthCallRequest parameters, com.azure.core.util.Context context) Gets GitHubOAuth info used to authenticate users with the Developer Hub GitHub App.