UnlinkDeveloperIdentityInput
public struct UnlinkDeveloperIdentityInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The “domain” by which Cognito will refer to your users.
Declaration
Swift
public let developerProviderName: String -
A unique ID used by your backend authentication process to identify a user.
Declaration
Swift
public let developerUserIdentifier: String -
A unique identifier in the format REGION:GUID.
Declaration
Swift
public let identityId: String -
An identity pool ID in the format REGION:GUID.
Declaration
Swift
public let identityPoolId: String -
Undocumented
Declaration
Swift
public init(developerProviderName: String, developerUserIdentifier: String, identityId: String, identityPoolId: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UnlinkDeveloperIdentityInput Structure Reference