Class: Aws::Types::GetOidcInfoRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:client_secret])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate::String

Returns the value of attribute certificate.

Returns:

  • (::String)


414
415
416
# File 'sig/types.rbs', line 414

def certificate
  @certificate
end

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


407
408
409
# File 'sig/types.rbs', line 407

def client_id
  @client_id
end

#client_secret::String

Returns the value of attribute client_secret.

Returns:

  • (::String)


412
413
414
# File 'sig/types.rbs', line 412

def client_secret
  @client_secret
end

#code::String

Returns the value of attribute code.

Returns:

  • (::String)


408
409
410
# File 'sig/types.rbs', line 408

def code
  @code
end

#code_verifier::String

Returns the value of attribute code_verifier.

Returns:

  • (::String)


413
414
415
# File 'sig/types.rbs', line 413

def code_verifier
  @code_verifier
end

#grant_type::String

Returns the value of attribute grant_type.

Returns:

  • (::String)


409
410
411
# File 'sig/types.rbs', line 409

def grant_type
  @grant_type
end

#network_id::String

Returns the value of attribute network_id.

Returns:

  • (::String)


406
407
408
# File 'sig/types.rbs', line 406

def network_id
  @network_id
end

#redirect_uri::String

Returns the value of attribute redirect_uri.

Returns:

  • (::String)


410
411
412
# File 'sig/types.rbs', line 410

def redirect_uri
  @redirect_uri
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


411
412
413
# File 'sig/types.rbs', line 411

def url
  @url
end