Class SoftwareOathAuthenticationMethod

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class SoftwareOathAuthenticationMethod extends AuthenticationMethod implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Software Oath Authentication Method.
  • Field Details

    • secretKey

      @SerializedName(value="secretKey", alternate="SecretKey") @Expose @Nullable public String secretKey
      The Secret Key. The secret key of the method. Always returns null.
  • Constructor Details

    • SoftwareOathAuthenticationMethod

      public SoftwareOathAuthenticationMethod()
  • Method Details

    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class AuthenticationMethod
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to