// 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" }}