Configuration
public struct Configuration : Codable
Configuration object retrieved on successful authentication
-
The environment type
Declaration
Swift
public let environment: String? -
The insights Url
Declaration
Swift
public let insightsUrl: String? -
The issuer
Declaration
Swift
public let issuer: String -
The user token
Declaration
Swift
public let userToken: String -
The program model
Declaration
Swift
public let programModel: String?
View on GitHub