| Package | Description |
|---|---|
| com.microsoft.bingads | |
| com.microsoft.bingads.internal |
| Constructor and Description |
|---|
OAuthDesktopMobileAuthCodeGrant(String clientId,
OAuthService oAuthService,
ApiEnvironment env,
OAuthScope oAuthScope) |
OAuthWebAuthCodeGrant(String clientId,
String clientSecret,
URL redirectionUri,
OAuthService oAuthService,
ApiEnvironment env,
OAuthScope oAuthScope)
Creates new instance of the class with a specified OAuthService object.
|
OAuthWebAuthCodeGrant(String clientId,
String clientSecret,
URL redirectionUri,
OAuthService oAuthService,
OAuthScope oAuthScope)
Creates new instance of the class with a specified OAuthService object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UriOAuthService
Provides method for getting OAuth tokens from the live.com authorization
server using
OAuthRequestParameters. |
| Constructor and Description |
|---|
OAuthWithAuthorizationCode(String clientId,
String clientSecret,
URL redirectionUri,
OAuthService oauthService,
ApiEnvironment env,
OAuthScope oAuthScope) |
Copyright © 2024. All rights reserved.