OAuth2CredentialsResponse
Response containing newly generated OAuth2 client credentials. IMPORTANT: Store the clientSecret securely - it cannot be retrieved later.
- dataType: object · OAuth2CredentialsDatarequired
Generated OAuth2 client credentials
- clientType: string
Id min length:32max length:32requiredGenerated client ID (32 hex characters). Use this with clientSecret to obtain access tokens.
- clientType: string
Secret min length:64max length:64requiredGenerated client secret (64 hex characters). Store securely - this value is hashed in the database and cannot be retrieved later. If lost, regenerate credentials.
- messageType: stringrequired
Response message
- statusType: integerrequired
HTTP status code
- timestampType: number
Unix timestamp in milliseconds

