class Slack::SignInWithSlack::HabitatSettings
- Slack::SignInWithSlack::HabitatSettings
- Reference
- Object
Defined in:
slack/oauth/sign_in_with_slack.crClass Method Summary
- .scopes : Array(String)
- .scopes=(value : Array(String))
-
.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.
- .sign_in_redirect_url : String
- .sign_in_redirect_url=(value : String)
-
.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.
-
.to_h
Generates a hash using the provided values
Class Method Detail
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?
#
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.