class Slack::SignInWithSlack::HabitatSettings

Defined in:

slack/oauth/sign_in_with_slack.cr

Class Method Summary

Class Method Detail

def self.scopes : Array(String) #

def self.scopes=(value : Array(String)) #

def self.scopes? #

Used for checking missing settings on non-nilable types It's advised to use scopes in your apps to ensure the propper type is checked.


def self.sign_in_redirect_url : String #

def self.sign_in_redirect_url=(value : String) #

def self.sign_in_redirect_url? #

Used for checking missing settings on non-nilable types It's advised to use sign_in_redirect_url in your apps to ensure the propper type is checked.


def self.to_h #

Generates a hash using the provided values