Class: Teams::Auth::ClientSecretCredentials

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

Instance Attribute Summary collapse

Instance Attribute Details

#client_idObject

Returns the value of attribute client_id

Returns:

  • (Object)

    the current value of client_id



5
6
7
# File 'lib/teams/auth/client_secret_credentials.rb', line 5

def client_id
  @client_id
end

#client_secretObject

Returns the value of attribute client_secret

Returns:

  • (Object)

    the current value of client_secret



5
6
7
# File 'lib/teams/auth/client_secret_credentials.rb', line 5

def client_secret
  @client_secret
end

#tenant_idObject

Returns the value of attribute tenant_id

Returns:

  • (Object)

    the current value of tenant_id



5
6
7
# File 'lib/teams/auth/client_secret_credentials.rb', line 5

def tenant_id
  @tenant_id
end