Package com.okta.sdk.resource.model
Class OAuth2Client
java.lang.Object
com.okta.sdk.resource.model.OAuth2Client
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T16:19:57.008753975Z[Etc/UTC]",
comments="Generator version: 7.8.0")
public class OAuth2Client
extends Object
implements Serializable
OAuth2Client
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Unique key for the client application.Human-readable string name of the client applicationGet clientUrigetLinks()
Get linksURL string that references a logo for the client consent dialog (not the sign-in dialog)int
hashCode()
links
(OAuth2ClientLinks links) void
setLinks
(OAuth2ClientLinks links) toString()
-
Field Details
-
JSON_PROPERTY_CLIENT_ID
- See Also:
-
JSON_PROPERTY_CLIENT_NAME
- See Also:
-
JSON_PROPERTY_CLIENT_URI
- See Also:
-
JSON_PROPERTY_LOGO_URI
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
OAuth2Client
public OAuth2Client()
-
-
Method Details
-
getClientId
Unique key for the client application. The `client_id` is immutable.- Returns:
- clientId
-
getClientName
Human-readable string name of the client application- Returns:
- clientName
-
getClientUri
Get clientUri- Returns:
- clientUri
-
getLogoUri
URL string that references a logo for the client consent dialog (not the sign-in dialog)- Returns:
- logoUri
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-