Files
plexswift/Sources/Plexswift/models/operations/GetTokenDetailsAuthenticationStatus.swift

11 lines
318 B
Swift

// Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
import Foundation
extension Operations {
/// String representation of subscriptionActive
public enum GetTokenDetailsAuthenticationStatus: String, Codable, APIValue {
case inactive = "Inactive"
case active = "Active"
}}