struct PlaceOS::Model::UserJWT::Scope
- PlaceOS::Model::UserJWT::Scope
- Struct
- Value
- Object
Defined in:
placeos-models/user_jwt.crConstant Summary
-
GUEST =
new("guest")
-
PUBLIC =
new("public")
-
SAAS =
new("portal-saas")
Constructors
Class Method Summary
Instance Method Summary
- #access : Access
- #resource : String
- #to_json(builder : JSON::Builder)
-
#to_s(io : IO) : Nil
Same as
#inspect(io)
.