MarketoConnectorProfileCredentials

public struct MarketoConnectorProfileCredentials : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The credentials used to access protected Marketo resources.

    Declaration

    Swift

    public let accessToken: String?
  • The identifier for the desired client.

    Declaration

    Swift

    public let clientId: String
  • The client secret used by the oauth client to authenticate to the authorization server.

    Declaration

    Swift

    public let clientSecret: String
  • The oauth requirement needed to request security tokens from the connector endpoint.

    Declaration

    Swift

    public let oAuthRequest: ConnectorOAuthRequest?
  • Undocumented

    Declaration

    Swift

    public init(accessToken: String? = nil, clientId: String, clientSecret: String, oAuthRequest: ConnectorOAuthRequest? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws