Sha256: be74ead53bc4c9bcfd1d39a4a5ef4a405f064eedf22f82a9ce07fd524edaaacd
Contents?: true
Size: 694 Bytes
Versions: 29
Compression:
Stored size: 694 Bytes
Contents
# MuxRuby::SigningKey ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | Unique identifier for the Signing Key. | [optional] | | **created_at** | **String** | Time at which the object was created. Measured in seconds since the Unix epoch. | [optional] | | **private_key** | **String** | A Base64 encoded private key that can be used with the RS256 algorithm when creating a [JWT](https://jwt.io/). **Note that this value is only returned once when creating a URL signing key.** | [optional] | ## Example ```ruby require 'mux_ruby' instance = MuxRuby::SigningKey.new( id: null, created_at: null, private_key: null ) ```
Version data entries
29 entries across 29 versions & 1 rubygems