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