Class LogIssuer

java.lang.Object
com.okta.sdk.resource.model.LogIssuer
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-09-23T08:35:59.300824-05:00[America/Chicago]", comments="Generator version: 7.8.0") public class LogIssuer extends Object implements Serializable
Describes the issuer of the authorization server when the authentication is performed through OAuth. This is the location where well-known resources regarding the details of the authorization servers are published.
See Also:
  • Field Details

  • Constructor Details

    • LogIssuer

      public LogIssuer()
  • Method Details

    • getId

      @Nullable public String getId()
      Varies depending on the type of authentication. If authentication is SAML 2.0, `id` is the issuer in the SAML assertion. For social login, `id` is the issuer of the token.
      Returns:
      id
    • getType

      @Nullable public String getType()
      Information on the `issuer` and source of the SAML assertion or token
      Returns:
      type
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object