Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExternalRefreshResponse

Expected response (as JSON) of an ExternalRefreshRequest. Contains information on whether the refresh request shall be allowed or not.

Hierarchy

  • ExternalRefreshResponse

Index

Properties

allow_refresh

allow_refresh: boolean

Return true to allow refresh, otherwise false.

Optional error

error: string

Optional error message if allow_refresh is returned as false. This string may be used in end-user facing communication.

Optional error_description

error_description: string

Optional longer error description in case allow_refresh is returned as false. This string may be used in end-user facing communication.

Generated using TypeDoc