Class: Aws::Types::SalesforceConnectorProfileCredentials

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:access_token, :client_credentials_arn, :jwt_token])

Instance Attribute Summary collapse

Instance Attribute Details

#access_token::String

Returns the value of attribute access_token.

Returns:

  • (::String)


1082
1083
1084
# File 'sig/types.rbs', line 1082

def access_token
  @access_token
end

#client_credentials_arn::String

Returns the value of attribute client_credentials_arn.

Returns:

  • (::String)


1085
1086
1087
# File 'sig/types.rbs', line 1085

def client_credentials_arn
  @client_credentials_arn
end

#jwt_token::String

Returns the value of attribute jwt_token.

Returns:

  • (::String)


1087
1088
1089
# File 'sig/types.rbs', line 1087

def jwt_token
  @jwt_token
end

#o_auth_2_grant_type"CLIENT_CREDENTIALS", ...

Returns the value of attribute o_auth_2_grant_type.

Returns:

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


1086
1087
1088
# File 'sig/types.rbs', line 1086

def o_auth_2_grant_type
  @o_auth_2_grant_type
end

#o_auth_requestTypes::ConnectorOAuthRequest

Returns the value of attribute o_auth_request.



1084
1085
1086
# File 'sig/types.rbs', line 1084

def o_auth_request
  @o_auth_request
end

#refresh_token::String

Returns the value of attribute refresh_token.

Returns:

  • (::String)


1083
1084
1085
# File 'sig/types.rbs', line 1083

def refresh_token
  @refresh_token
end