struct

PlaceOS::Model::UserJWT::Scope

Inherits Struct < Value < Object

Constants

GUEST = new("guest")
PUBLIC = new("public")
SAAS = new("portal-saas")

Constructors

new(resource : String, access : Access | Nil = nil)
Source

Class methods

from_json(json : JSON::PullParser)
Source

Instance methods

access
Source
resource
Source
to_json(builder : JSON::Builder)
Source
to_s(io : IO) : Nil

Same as #inspect(io).

Source

Nested types