UNPKG

@itentialopensource/adapter-nokia_altiplano

Version:

This adapter integrates with system described as: Nokia Altiplano.

30 lines 694 B
{ "$id": "refreshTokenRequest.json", "type": "object", "schema": "http://json-schema.org/draft-07/schema#", "translate": true, "dynamicfields": false, "properties": { "ph_request_type": { "type": "string", "description": "type of request (internal to adapter)", "default": "getRefreshToken", "enum": [ "getRefreshToken" ], "external_name": "ph_request_type" }, "refreshToken": { "type": "string", "description": "refresh token", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "refresh_token" } }, "definitions": {} }