RegisterAppAsDraftResponse
Response from POST /applications/1.0/drafts. The clientSecret is returned
exactly once at creation time and cannot be retrieved later through the API.
- applicationType: stringFormat: uuid
Id requiredUnique identifier of the newly registered draft application.
- appType: string
Urn Pattern: ^urn:uuid:[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$requiredCanonical URN identifying your registered application.
Format:
urn:uuid:{applicationId}(RFC 4122). Use this value as CaliperedApp.idwhen emitting events from your app. - clientType: string
Id requiredOAuth client ID for authenticating your application (client credentials flow).
- clientType: string
Secret requiredOAuth client secret. Returned only in this response; store it securely now.
- publisherType: stringFormat: uuid
Id requiredPublisher that owns this application (assigned automatically or from your request).
