Floating Server V2
FS2 Floating client – Method Documentation
checkConnection() -> Bool
checkConnection() -> BoolauthenticateUser(user: String, password: String) throws
authenticateUser(user: String, password: String) throwsgetAllLicenses() throws -> [License]
getAllLicenses() throws -> [License]register(userID: String, licenseId: License) throws -> License
register(userID: String, licenseId: License) throws -> LicensesyncConsumptions() throws
syncConsumptions() throwssyncFeatureConsumption() throws
syncFeatureConsumption() throwsregisterFloatingFeature(_ feature: Feature) throws
registerFloatingFeature(_ feature: Feature) throwsreleaseFloatingFeature(_ feature: Feature) throws
releaseFloatingFeature(_ feature: Feature) throwsborrow(userID: String, licenseId: License, until: Date) throws
borrow(userID: String, licenseId: License, until: Date) throwsgetToken() -> JwtToken?
getToken() -> JwtToken?License-Level Methods (Token-Based)
fullCheck(env:isFloatingServerV2:token:)
fullCheck(env:isFloatingServerV2:token:)synchronize(env:isFloatingServerV2:token:)
synchronize(env:isFloatingServerV2:token:)syncFeatureConsumption(code:token:)
syncFeatureConsumption(code:token:)syncConsumptions(token:)
syncConsumptions(token:)registerFloatingFeature(_:token:)
registerFloatingFeature(_:token:)Token-Based Flow Example
Important Notes
Last updated
Was this helpful?