ConnectorOAuthRequest
public struct ConnectorOAuthRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The code provided by the connector when it has been authenticated via the connected app.
Declaration
Swift
public let authCode: String? -
The URL to which the authentication server redirects the browser after authorization has been granted.
Declaration
Swift
public let redirectUri: String? -
Undocumented
Declaration
Swift
public init(authCode: String? = nil, redirectUri: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
ConnectorOAuthRequest Structure Reference