Class SoftwareOathAuthenticationMethodConfigurationRequest

java.lang.Object
com.microsoft.graph.http.BaseRequest<SoftwareOathAuthenticationMethodConfiguration>
com.microsoft.graph.requests.SoftwareOathAuthenticationMethodConfigurationRequest
All Implemented Interfaces:
com.microsoft.graph.http.IHttpRequest

public class SoftwareOathAuthenticationMethodConfigurationRequest extends com.microsoft.graph.http.BaseRequest<SoftwareOathAuthenticationMethodConfiguration>
The class for the Software Oath Authentication Method Configuration Request.
  • Constructor Details

    • SoftwareOathAuthenticationMethodConfigurationRequest

      public SoftwareOathAuthenticationMethodConfigurationRequest(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions)
      The request for the SoftwareOathAuthenticationMethodConfiguration
      Parameters:
      requestUrl - the request URL
      client - the service client
      requestOptions - the options for this request
  • Method Details