Configuration
data class Configuration @JvmOverloads constructor(clientAppName: String, clientAppVersion: String, clientAppBuild: String, apiKey: String, checkRedirectScheme: Boolean, authenticationMode: AuthenticationMode, environment: Environment, extensions: List<String>, domainACL: List<String>, locationAccuracy: Int?, speedThresholdInKmPerHour: Int, geoAppsScope: String, appsDistanceThresholdInMeters: Int, oidConfiguration: CustomOIDConfiguration?)
Content copied to clipboard
Properties
appsDistanceThresholdInMeters
Link copied to clipboard
authenticationMode
Link copied to clipboard
checkRedirectScheme
Link copied to clipboard
clientAppBuild
Link copied to clipboard
clientAppName
Link copied to clipboard
clientAppVersion
Link copied to clipboard
environment
Link copied to clipboard
extensions
Link copied to clipboard
geoAppsScope
Link copied to clipboard
locationAccuracy
Link copied to clipboard
oidConfiguration
Link copied to clipboard
speedThresholdInKmPerHour
Link copied to clipboard