GetClientPlainArgs

data class GetClientPlainArgs(val clientId: String, val realmId: String) : ConvertibleToJava<GetClientPlainArgs>

A collection of arguments for invoking getClient.

Constructors

Link copied to clipboard
constructor(clientId: String, realmId: String)

Properties

Link copied to clipboard

The client id (not its unique ID).

Link copied to clipboard

The realm id.

Functions

Link copied to clipboard
open override fun toJava(): GetClientPlainArgs