Structures

The following structures are available globally.

  • AWSAppSyncServiceConfigProvider implementation that converts Sudo platform configuration to AWS AppSync configuration.

    See more

    Declaration

    Swift

    public struct SudoIdentityVerificationClientConfigProvider : AWSAppSyncServiceConfigProvider
  • Input for verifyIdentity(input:)

    See more

    Declaration

    Swift

    public struct VerifyIdentityInput : Hashable
  • Input for verifyIdentityDocument(input:)

    See more

    Declaration

    Swift

    public struct VerifyIdentityDocumentInput : Hashable
  • Represents verified identity details obtained via verifyIdentity API.

    See more

    Declaration

    Swift

    public struct VerifiedIdentity