Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 379 Bytes

File metadata and controls

20 lines (14 loc) · 379 Bytes

Akeyless::UnwrapToken

Properties

Name Type Description Notes
json Boolean Set output format to JSON [optional][default to false]
shared_token String The shared token

Example

require 'akeyless'

instance = Akeyless::UnwrapToken.new(
  json: null,
  shared_token: null
)