Uses of Package
com.vortexsoftware.sdk.types
Packages that use com.vortexsoftware.sdk.types
Package
Description
Vortex Java SDK for invitation management and JWT generation.
-
Classes in com.vortexsoftware.sdk.types used by com.vortexsoftware.sdkClassDescriptionUser data for accepting invitations Required fields: At least one of email or phone must be provided Optional fields: - email: User's email address - phone: User's phone number - name: User's display name Example:Request body for creating an invitation via the public API (backend SDK use).Response from creating an invitation.Complete invitation result as returned by the Vortex APIRepresents the target of an invitation (email, SMS, etc.)
-
Classes in com.vortexsoftware.sdk.types used by com.vortexsoftware.sdk.springClassDescriptionRequest payload for accepting invitations Supports both new User format (preferred) and legacy target format (deprecated)Represents a group for JWT generation (input).Represents an identifier for a user (email, sms, etc.) Used for JWT generation.
-
Classes in com.vortexsoftware.sdk.types used by com.vortexsoftware.sdk.typesClassDescriptionUser data for accepting invitations Required fields: At least one of email or phone must be provided Optional fields: - email: User's email address - phone: User's phone number - name: User's display name Example:Group information for creating invitations.Target for creating an invitation.Represents a group for JWT generation (input).Represents an identifier for a user (email, sms, etc.) Used for JWT generation.Represents an accepted invitationRepresents a group associated with an invitation.Complete invitation result as returned by the Vortex APIRepresents the target of an invitation (email, SMS, etc.)Information about the user creating the invitation (the inviter).