struct

PlaceOS::Client::API::Models::Authority

Inherits PlaceOS::Client::API::Models::Response < PlaceOS::Client::API::Models::Response::Init < JSON::Serializable < Struct < Value < Object

Metadata about the PlaceOS instance connected to.

This provides information that may be of relevance for authentication or providing client-side configuration information.

Constructors

new(pull : JSON::PullParser)

Metadata about the PlaceOS instance connected to.

This provides information that may be of relevance for authentication or providing client-side configuration information.

Source

Instance methods

config

Additional configuration / context for clients.

Source
description

Authority description (markdown).

Source
domain

FQDN or IP address this authority serves.

Source
id

A universally unique identifier that represents the Authority.

Source
login_url

Path that clients should use for initiating authentication.

Source
logout_url

Path that clients should use for revoking authentication.

Source
name

Human readable name

Source
version

Version of application

Source