Class: Teams::Auth::ClientSecretCredentials
- Inherits:
-
Struct
- Object
- Struct
- Teams::Auth::ClientSecretCredentials
- Defined in:
- lib/teams/auth/client_secret_credentials.rb
Instance Attribute Summary collapse
-
#client_id ⇒ Object
Returns the value of attribute client_id.
-
#client_secret ⇒ Object
Returns the value of attribute client_secret.
-
#tenant_id ⇒ Object
Returns the value of attribute tenant_id.
Instance Attribute Details
#client_id ⇒ Object
Returns the value of attribute client_id
5 6 7 |
# File 'lib/teams/auth/client_secret_credentials.rb', line 5 def client_id @client_id end |
#client_secret ⇒ Object
Returns the value of attribute client_secret
5 6 7 |
# File 'lib/teams/auth/client_secret_credentials.rb', line 5 def client_secret @client_secret end |
#tenant_id ⇒ Object
Returns the value of attribute tenant_id
5 6 7 |
# File 'lib/teams/auth/client_secret_credentials.rb', line 5 def tenant_id @tenant_id end |