struct Keycloak::RestAPI::UserDetails

Included Modules

Extended Modules

Defined in:

keycloak/rest_api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def application_roles : Array(Role) | Nil #

[View source]
def client_roles : Array(Role) | Nil #

[View source]
def email : String | Nil #

[View source]
def enabled : Bool | Nil #

[View source]
def first_name : String | Nil #

[View source]
def groups : Array(String) | Nil #

[View source]
def id : String | Nil #

[View source]
def last_name : String | Nil #

[View source]
def realm_roles : Array(String) | Nil #

[View source]
def username : String | Nil #

[View source]