struct Office365Config

Included Modules

Defined in:

models/tenant.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def client_id : String #

[View source]
def client_id=(client_id : String) #

[View source]
def client_secret : String #

[View source]
def client_secret=(client_secret : String) #

[View source]
def conference_type : String | Nil #

[View source]
def conference_type=(conference_type : String | Nil) #

[View source]
def params #

[View source]
def scopes : String #

[View source]
def scopes=(scopes : String) #

[View source]
def tenant : String #

[View source]
def tenant=(tenant : String) #

[View source]