Class: Teams::CloudEnvironment
- Inherits:
-
Struct
- Object
- Struct
- Teams::CloudEnvironment
- Defined in:
- lib/teams/cloud_environment.rb
Instance Attribute Summary collapse
-
#bot_scope ⇒ Object
Returns the value of attribute bot_scope.
-
#graph_scope ⇒ Object
Returns the value of attribute graph_scope.
-
#login_endpoint ⇒ Object
Returns the value of attribute login_endpoint.
-
#login_tenant ⇒ Object
Returns the value of attribute login_tenant.
-
#open_id_metadata_url ⇒ Object
Returns the value of attribute open_id_metadata_url.
-
#token_issuer ⇒ Object
Returns the value of attribute token_issuer.
-
#token_service_url ⇒ Object
Returns the value of attribute token_service_url.
Instance Attribute Details
#bot_scope ⇒ Object
Returns the value of attribute bot_scope
4 5 6 |
# File 'lib/teams/cloud_environment.rb', line 4 def bot_scope @bot_scope end |
#graph_scope ⇒ Object
Returns the value of attribute graph_scope
4 5 6 |
# File 'lib/teams/cloud_environment.rb', line 4 def graph_scope @graph_scope end |
#login_endpoint ⇒ Object
Returns the value of attribute login_endpoint
4 5 6 |
# File 'lib/teams/cloud_environment.rb', line 4 def login_endpoint @login_endpoint end |
#login_tenant ⇒ Object
Returns the value of attribute login_tenant
4 5 6 |
# File 'lib/teams/cloud_environment.rb', line 4 def login_tenant @login_tenant end |
#open_id_metadata_url ⇒ Object
Returns the value of attribute open_id_metadata_url
4 5 6 |
# File 'lib/teams/cloud_environment.rb', line 4 def @open_id_metadata_url end |
#token_issuer ⇒ Object
Returns the value of attribute token_issuer
4 5 6 |
# File 'lib/teams/cloud_environment.rb', line 4 def token_issuer @token_issuer end |
#token_service_url ⇒ Object
Returns the value of attribute token_service_url
4 5 6 |
# File 'lib/teams/cloud_environment.rb', line 4 def token_service_url @token_service_url end |