OpenIdAuthenticationSettingsContract Class

  • java.lang.Object
    • com.azure.resourcemanager.apimanagement.models.OpenIdAuthenticationSettingsContract

public final class OpenIdAuthenticationSettingsContract

API OAuth2 Authentication settings details.

Constructor Summary

Constructor Description
OpenIdAuthenticationSettingsContract()

Creates an instance of OpenIdAuthenticationSettingsContract class.

Method Summary

Modifier and Type Method and Description
List<BearerTokenSendingMethods> bearerTokenSendingMethods()

Get the bearerTokenSendingMethods property: How to send token to the server.

String openidProviderId()

Get the openidProviderId property: OAuth authorization server identifier.

void validate()

Validates the instance.

OpenIdAuthenticationSettingsContract withBearerTokenSendingMethods(List<BearerTokenSendingMethods> bearerTokenSendingMethods)

Set the bearerTokenSendingMethods property: How to send token to the server.

OpenIdAuthenticationSettingsContract withOpenidProviderId(String openidProviderId)

Set the openidProviderId property: OAuth authorization server identifier.

Methods inherited from java.lang.Object

Constructor Details

OpenIdAuthenticationSettingsContract

public OpenIdAuthenticationSettingsContract()

Creates an instance of OpenIdAuthenticationSettingsContract class.

Method Details

bearerTokenSendingMethods

public List bearerTokenSendingMethods()

Get the bearerTokenSendingMethods property: How to send token to the server.

Returns:

the bearerTokenSendingMethods value.

openidProviderId

public String openidProviderId()

Get the openidProviderId property: OAuth authorization server identifier.

Returns:

the openidProviderId value.

validate

public void validate()

Validates the instance.

withBearerTokenSendingMethods

public OpenIdAuthenticationSettingsContract withBearerTokenSendingMethods(List bearerTokenSendingMethods)

Set the bearerTokenSendingMethods property: How to send token to the server.

Parameters:

bearerTokenSendingMethods - the bearerTokenSendingMethods value to set.

Returns:

the OpenIdAuthenticationSettingsContract object itself.

withOpenidProviderId

public OpenIdAuthenticationSettingsContract withOpenidProviderId(String openidProviderId)

Set the openidProviderId property: OAuth authorization server identifier.

Parameters:

openidProviderId - the openidProviderId value to set.

Returns:

the OpenIdAuthenticationSettingsContract object itself.

Applies to