Interface
Return value of createOAuthApp
, getOAuthApp
, updateOAuthApp
representing an OAuth2.0 app entity.
Inheritance: IOAuthAppIOAuthAppInfo
Properties
Property | Type | Notes |
---|---|---|
client_id inherited | string | |
client_secret inherited | string | |
Represent item info attached to this OAuth2.0 app. | ||
itemId inherited | string | |
modified inherited | Date | |
redirect_uris inherited | string[] | |
registered inherited | Date |
client_id
inherited
Interface Propertyclient_id: string
Inherited from IOAuthAppInfo.client_id
client_secret
inherited
Interface Propertyclient_secret: string
Inherited from IOAuthAppInfo.client_secret
item
Interface Propertyitem: IItem
Represent item info attached to this OAuth2.0 app.
itemId
inherited
Interface PropertyitemId: string
Inherited from IOAuthAppInfo.itemId
modified
inherited
Interface Propertymodified: Date
Inherited from IOAuthAppInfo.modified
redirect_uris
inherited
Interface Propertyredirect_uris: string[]
Inherited from IOAuthAppInfo.redirect_uris
registered
inherited
Interface Propertyregistered: Date
Inherited from IOAuthAppInfo.registered