Uses of Class
ai.vectros.types.CreateInviteResponse
Packages that use CreateInviteResponse
-
Uses of CreateInviteResponse in ai.vectros.resources.auth
Methods in ai.vectros.resources.auth that return CreateInviteResponseModifier and TypeMethodDescriptionAuthClient.createInvite(CreateInviteRequest request) Invite a new member to one of your app contexts by email.AuthClient.createInvite(CreateInviteRequest request, RequestOptions requestOptions) Invite a new member to one of your app contexts by email.AuthClient.resendInvite(CreateInviteRequest request) Resend an outstanding invitation, identified by its email and app context.AuthClient.resendInvite(CreateInviteRequest request, RequestOptions requestOptions) Resend an outstanding invitation, identified by its email and app context.Methods in ai.vectros.resources.auth that return types with arguments of type CreateInviteResponseModifier and TypeMethodDescriptionAsyncAuthClient.createInvite(CreateInviteRequest request) Invite a new member to one of your app contexts by email.AsyncAuthClient.createInvite(CreateInviteRequest request, RequestOptions requestOptions) Invite a new member to one of your app contexts by email.AsyncRawAuthClient.createInvite(CreateInviteRequest request) Invite a new member to one of your app contexts by email.AsyncRawAuthClient.createInvite(CreateInviteRequest request, RequestOptions requestOptions) Invite a new member to one of your app contexts by email.RawAuthClient.createInvite(CreateInviteRequest request) Invite a new member to one of your app contexts by email.RawAuthClient.createInvite(CreateInviteRequest request, RequestOptions requestOptions) Invite a new member to one of your app contexts by email.AsyncAuthClient.resendInvite(CreateInviteRequest request) Resend an outstanding invitation, identified by its email and app context.AsyncAuthClient.resendInvite(CreateInviteRequest request, RequestOptions requestOptions) Resend an outstanding invitation, identified by its email and app context.AsyncRawAuthClient.resendInvite(CreateInviteRequest request) Resend an outstanding invitation, identified by its email and app context.AsyncRawAuthClient.resendInvite(CreateInviteRequest request, RequestOptions requestOptions) Resend an outstanding invitation, identified by its email and app context.RawAuthClient.resendInvite(CreateInviteRequest request) Resend an outstanding invitation, identified by its email and app context.RawAuthClient.resendInvite(CreateInviteRequest request, RequestOptions requestOptions) Resend an outstanding invitation, identified by its email and app context. -
Uses of CreateInviteResponse in ai.vectros.types
Methods in ai.vectros.types that return CreateInviteResponseMethods in ai.vectros.types with parameters of type CreateInviteResponse