SecretKeys

public struct SecretKeys : Codable
  • Declaration

    Swift

    public var secrets: [String]?
  • Declaration

    Swift

    public init(secrets: [String]? = nil)