struct PlaceOS::Model::Tenant::GoogleConfig

Included Modules

Defined in:

placeos-models/tenant/outlook_config.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def conference_type : String | Nil #

def conference_type=(conference_type : String | Nil) #

def domain : String #

def domain=(domain : String) #

def issuer : String #

def issuer=(issuer : String) #

def params #

def scopes : String | Array(String) #

def scopes=(scopes : String | Array(String)) #

def signing_key : String #

def signing_key=(signing_key : String) #

def sub : String #

def sub=(sub : String) #

def user_agent : String #

def user_agent=(user_agent : String) #