Class: Aws::Types::GetOidcInfoRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetOidcInfoRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate ⇒ ::String
Returns the value of attribute certificate.
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
-
#code ⇒ ::String
Returns the value of attribute code.
-
#code_verifier ⇒ ::String
Returns the value of attribute code_verifier.
-
#grant_type ⇒ ::String
Returns the value of attribute grant_type.
-
#network_id ⇒ ::String
Returns the value of attribute network_id.
-
#redirect_uri ⇒ ::String
Returns the value of attribute redirect_uri.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#certificate ⇒ ::String
Returns the value of attribute certificate.
414 415 416 |
# File 'sig/types.rbs', line 414 def certificate @certificate end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
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.
412 413 414 |
# File 'sig/types.rbs', line 412 def client_secret @client_secret end |
#code ⇒ ::String
Returns the value of attribute code.
408 409 410 |
# File 'sig/types.rbs', line 408 def code @code end |
#code_verifier ⇒ ::String
Returns the value of attribute code_verifier.
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.
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.
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.
410 411 412 |
# File 'sig/types.rbs', line 410 def redirect_uri @redirect_uri end |
#url ⇒ ::String
Returns the value of attribute url.
411 412 413 |
# File 'sig/types.rbs', line 411 def url @url end |