Package com.okta.sdk.resource.model
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
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
LogIssuer
public LogIssuer()
-
-
Method Details
-
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
Information on the `issuer` and source of the SAML assertion or token- Returns:
- type
-
equals
-
hashCode
public int hashCode() -
toString
-