Class

ClientApplication

ClientApplication(data)

ClientApplication Model
Constructor

# new ClientApplication(data)

Model constructor
Parameters:
Name Type Description
data ClientApplicationLike

View Source model/ClientApplication.js, line 7

Classes

ClientApplication

Members

String

# clientId

The client application's identifier.

View Source model/ClientApplication.js, line 27

String

# createdOn

The date this entity was created.

View Source model/ClientApplication.js, line 51

String

# displayName

The client application's display name.

View Source model/ClientApplication.js, line 35

Array.<String>

# redirectUris

The redirect URIs.

View Source model/ClientApplication.js, line 43

String

# updatedOn

The date this entity was last modified.

View Source model/ClientApplication.js, line 59