OAuth2AuthenticationSettingsContract Class
- java.
lang. Object - com.
microsoft. azure. management. apimanagement. v2019_01_01.OAuth2AuthenticationSettingsContract
- com.
public class OAuth2AuthenticationSettingsContract
API OAuth2 Authentication settings details.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| OAuth2AuthenticationSettingsContract() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
authorizationServerId()
Get o |
| java.lang.String |
scope()
Get operations scope. |
|
OAuth2Authentication |
withAuthorizationServerId(String authorizationServerId)
Set o |
|
OAuth2Authentication |
withScope(String scope)
Set operations scope. |
Methods inherited from java.lang.Object
Constructor Details
OAuth2AuthenticationSettingsContract
public OAuth2AuthenticationSettingsContract()
Method Details
authorizationServerId
public String authorizationServerId()
Get oAuth authorization server identifier.
Returns:
scope
public String scope()
Get operations scope.
Returns:
withAuthorizationServerId
public OAuth2AuthenticationSettingsContract withAuthorizationServerId(String authorizationServerId)
Set oAuth authorization server identifier.
Parameters:
Returns:
withScope
public OAuth2AuthenticationSettingsContract withScope(String scope)
Set operations scope.
Parameters:
Returns: