Class: Aws::Types::ServiceNowOAuthClientCredentialsConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:client_id, :client_secret])

Instance Attribute Summary collapse

Instance Attribute Details

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


1847
1848
1849
# File 'sig/types.rbs', line 1847

def client_id
  @client_id
end

#client_name::String

Returns the value of attribute client_name.

Returns:

  • (::String)


1846
1847
1848
# File 'sig/types.rbs', line 1846

def client_name
  @client_name
end

#client_secret::String

Returns the value of attribute client_secret.

Returns:

  • (::String)


1849
1850
1851
# File 'sig/types.rbs', line 1849

def client_secret
  @client_secret
end

#exchange_parameters::Hash[::String, ::String]

Returns the value of attribute exchange_parameters.

Returns:

  • (::Hash[::String, ::String])


1848
1849
1850
# File 'sig/types.rbs', line 1848

def exchange_parameters
  @exchange_parameters
end