class Keycloak::Representation::UserConsent

Defined in:

keycloak/representation/user_consent.cr

Constructors

Instance Method Summary

Constructor methods inherited from class Keycloak::Representation::Base

new(pull : JSON::PullParser)
new
new

Constructor Detail

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

[View source]

Instance Method Detail

def client_id : String | Nil #

[View source]
def client_id=(client_id : String | Nil) #

[View source]
def created_date : Time | Nil #

[View source]
def created_date=(created_date : Time | Nil) #

[View source]
def granted_client_scopes : Array(String) #

[View source]
def granted_client_scopes=(granted_client_scopes : Array(String)) #

[View source]
def last_updated_date : Time | Nil #

[View source]
def last_updated_date=(last_updated_date : Time | Nil) #

[View source]