GetUserPlainArgs

data class GetUserPlainArgs(val realmId: String, val username: String) : ConvertibleToJava<GetUserPlainArgs>

A collection of arguments for invoking getUser.

Constructors

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

Properties

Link copied to clipboard

The realm this user belongs to.

Link copied to clipboard

The unique username of this user.

Functions

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