Class: Aws::Types::ConnectorOAuth2Properties

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_code_propertiesTypes::ConnectorAuthorizationCodeProperties

Returns the value of attribute authorization_code_properties.



1203
1204
1205
# File 'sig/types.rbs', line 1203

def authorization_code_properties
  @authorization_code_properties
end

#client_credentials_propertiesTypes::ClientCredentialsProperties

Returns the value of attribute client_credentials_properties.



1201
1202
1203
# File 'sig/types.rbs', line 1201

def client_credentials_properties
  @client_credentials_properties
end

#jwt_bearer_propertiesTypes::JWTBearerProperties

Returns the value of attribute jwt_bearer_properties.



1202
1203
1204
# File 'sig/types.rbs', line 1202

def jwt_bearer_properties
  @jwt_bearer_properties
end

#o_auth_2_grant_type"CLIENT_CREDENTIALS", ...

Returns the value of attribute o_auth_2_grant_type.

Returns:

  • ("CLIENT_CREDENTIALS", "JWT_BEARER", "AUTHORIZATION_CODE")


1200
1201
1202
# File 'sig/types.rbs', line 1200

def o_auth_2_grant_type
  @o_auth_2_grant_type
end