Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 799 Bytes

OAuth2Client.md

File metadata and controls

14 lines (10 loc) · 799 Bytes

Okta.Sdk.Model.OAuth2Client

Properties

Name Type Description Notes
ClientId string Unique key for the client application. The `client_id` is immutable [optional] [readonly]
ClientName string Human-readable string name of the client application [optional] [readonly]
ClientUri string [optional] [readonly]
LogoUri string URL string that references a logo for the client consent dialog (not the sign-in dialog) [optional] [readonly]
Links LinksSelf [optional]

[Back to Model list] [Back to API list] [Back to README]