data class ClientConfiguration : Parcelable
This contains the client configuration as found in the self service pages in Schibsted account
environment
- The Schibsted account Environment to use
clientId
- The ID of the Schibsted account client to use. Can be found in Self-Service
clientSecret
- The client's secret. Can be found in Self-Service
ClientConfiguration(environment: String, clientId: String, clientSecret: String)
This contains the client configuration as found in the self service pages in Schibsted account |
val clientId: String
The ID of the Schibsted account client to use. Can be found in Self-Service |
|
val clientSecret: String
The client's secret. Can be found in Self-Service |
|
val environment: String
The Schibsted account Environment to use |
fun get(): ClientConfiguration |
|
fun set(clientConfiguration: ClientConfiguration): Unit |