Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 742 Bytes

SigningKey.md

File metadata and controls

12 lines (8 loc) · 742 Bytes

Mux.Csharp.Sdk.Model.SigningKey

Properties

Name Type Description Notes
Id string Unique identifier for the Signing Key. [optional]
CreatedAt string Time at which the object was created. Measured in seconds since the Unix epoch. [optional]
PrivateKey byte[] A Base64 encoded private key that can be used with the RS256 algorithm when creating a JWT. Note that this value is only returned once when creating a URL signing key. [optional]

[Back to Model list] [Back to API list] [Back to README]