AuthConfiguration

data class AuthConfiguration(var oauthServerBaseUrl: String, var fhirServerBaseUrl: String, var clientId: String, var accountType: String, var scope: String = "openid")

Configurations for Keycloak server authentication loaded from the BuildConfig

Constructors

Link copied to clipboard
constructor(oauthServerBaseUrl: String, fhirServerBaseUrl: String, clientId: String, accountType: String, scope: String = "openid")

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard