Consumer_App

struct

Represents a consumer application registered by a user

Property Type Description
kind String Uniquely identifies the object schema type
id Integer Unique identifier for the application
userId Integer Unique identifier of the owning user
status Integer Current operational status of the application
name String Name of the application
url String Homepage or callback URL of the application
appKey String Client app key used for API authentication
appSecret String Client secret used for API authentication
date String Creation timestamp of the application
scopes
ArrayString
List of scopes assigned to this application
metadata Common_Metadata Custom key-value metadata associated with the application
part of the Apioo-Project