Class: Teams::CloudEnvironment

Inherits:
Struct
  • Object
show all
Defined in:
lib/teams/cloud_environment.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bot_scopeObject

Returns the value of attribute bot_scope

Returns:

  • (Object)

    the current value of bot_scope



4
5
6
# File 'lib/teams/cloud_environment.rb', line 4

def bot_scope
  @bot_scope
end

#graph_scopeObject

Returns the value of attribute graph_scope

Returns:

  • (Object)

    the current value of graph_scope



4
5
6
# File 'lib/teams/cloud_environment.rb', line 4

def graph_scope
  @graph_scope
end

#login_endpointObject

Returns the value of attribute login_endpoint

Returns:

  • (Object)

    the current value of login_endpoint



4
5
6
# File 'lib/teams/cloud_environment.rb', line 4

def 
  @login_endpoint
end

#login_tenantObject

Returns the value of attribute login_tenant

Returns:

  • (Object)

    the current value of login_tenant



4
5
6
# File 'lib/teams/cloud_environment.rb', line 4

def 
  @login_tenant
end

#open_id_metadata_urlObject

Returns the value of attribute open_id_metadata_url

Returns:

  • (Object)

    the current value of open_id_metadata_url



4
5
6
# File 'lib/teams/cloud_environment.rb', line 4

def 
  @open_id_metadata_url
end

#token_issuerObject

Returns the value of attribute token_issuer

Returns:

  • (Object)

    the current value of token_issuer



4
5
6
# File 'lib/teams/cloud_environment.rb', line 4

def token_issuer
  @token_issuer
end

#token_service_urlObject

Returns the value of attribute token_service_url

Returns:

  • (Object)

    the current value of token_service_url



4
5
6
# File 'lib/teams/cloud_environment.rb', line 4

def token_service_url
  @token_service_url
end