class Keycloak::Representation::UserConsent
Defined in:
keycloak/representation/user_consent.crConstructors
Instance Method Summary
- #client_id : String | Nil
- #client_id=(client_id : String | Nil)
- #created_date : Time | Nil
- #created_date=(created_date : Time | Nil)
- #granted_client_scopes : Array(String)
- #granted_client_scopes=(granted_client_scopes : Array(String))
- #last_updated_date : Time | Nil
- #last_updated_date=(last_updated_date : Time | Nil)
Constructor methods inherited from class Keycloak::Representation::Base
new(pull : JSON::PullParser)new new