@celo/identity"odis/circuit-breaker"CircuitBreakerUnwrapKeyResponse

Interface: CircuitBreakerUnwrapKeyResponse

Hierarchy

  • CircuitBreakerUnwrapKeyResponse

Index

Properties

Properties

Optional error

error? : undefined | string

Defined in packages/sdk/identity/src/odis/circuit-breaker.ts:70

Error message indicating what went wrong if the ciphertext could not be decrypted


Optional plaintext

plaintext? : undefined | string

Defined in packages/sdk/identity/src/odis/circuit-breaker.ts:67

Decryption of the ciphertext provided to the circuit breaker service


Optional status

status? : CircuitBreakerKeyStatus

Defined in packages/sdk/identity/src/odis/circuit-breaker.ts:73

Status of the circuit breaker service. Included if the service is not enabled.