Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Operation

createDeveloperAppKeys
DeveloperApp createDeveloperAppKeys#createDeveloperAppKeys ( String appName ) throws AccountAPINGException

Create 2 application keys for given user; one active and the other delayed

Parameter name

Type

Required

Description

appName

String

(tick)

A Display name for the application.

Return type

Description

DeveloperApp

A map of application keys, one marked ACTIVE, and the other DELAYED

Throws

Description

AccountAPINGException

Generic exception that is thrown if this operation fails for any reason.

Since 1.0.0

  • No labels