Package-level declarations

Types

Link copied to clipboard
class GraphQLAuthProvider(client: SudoUserClient) : CognitoUserPoolsAuthProvider

SudoUserClient based authentication provider implementation to be used by AWS Amplify client.

Link copied to clipboard
class GraphQLClient @JvmOverloads constructor(var apiCategory: ApiCategory, var tokenRefreshCoordinator: TokenRefreshCoordinator? = null)

Wrapper class around the apiCategory to maintain concept cleanliness.

Link copied to clipboard

Coordinates token refresh operations using a single-flight pattern.