Get Client Plain Args
data class GetClientPlainArgs(val clientId: String, val consentScreenText: String? = null, val displayOnConsentScreen: Boolean? = null, val extraConfig: Map<String, String>? = null, val oauth2DeviceAuthorizationGrantEnabled: Boolean? = null, val oauth2DeviceCodeLifespan: String? = null, val oauth2DevicePollingInterval: String? = null, val realmId: String) : ConvertibleToJava<GetClientPlainArgs>
A collection of arguments for invoking getClient.
Constructors
Link copied to clipboard
constructor(clientId: String, consentScreenText: String? = null, displayOnConsentScreen: Boolean? = null, extraConfig: Map<String, String>? = null, oauth2DeviceAuthorizationGrantEnabled: Boolean? = null, oauth2DeviceCodeLifespan: String? = null, oauth2DevicePollingInterval: String? = null, realmId: String)