Uses of Class
ai.vectros.types.CreateInviteRequest
Packages that use CreateInviteRequest
-
Uses of CreateInviteRequest in ai.vectros.resources.auth
Methods in ai.vectros.resources.auth with parameters of type CreateInviteRequestModifier and TypeMethodDescriptionAsyncAuthClient.createInvite(CreateInviteRequest request) Invite a new member to one of your app contexts by email, OR grant an existing member access to an additional app context by inviting their same email again.AsyncAuthClient.createInvite(CreateInviteRequest request, RequestOptions requestOptions) Invite a new member to one of your app contexts by email, OR grant an existing member access to an additional app context by inviting their same email again.AsyncRawAuthClient.createInvite(CreateInviteRequest request) Invite a new member to one of your app contexts by email, OR grant an existing member access to an additional app context by inviting their same email again.AsyncRawAuthClient.createInvite(CreateInviteRequest request, RequestOptions requestOptions) Invite a new member to one of your app contexts by email, OR grant an existing member access to an additional app context by inviting their same email again.AuthClient.createInvite(CreateInviteRequest request) Invite a new member to one of your app contexts by email, OR grant an existing member access to an additional app context by inviting their same email again.AuthClient.createInvite(CreateInviteRequest request, RequestOptions requestOptions) Invite a new member to one of your app contexts by email, OR grant an existing member access to an additional app context by inviting their same email again.RawAuthClient.createInvite(CreateInviteRequest request) Invite a new member to one of your app contexts by email, OR grant an existing member access to an additional app context by inviting their same email again.RawAuthClient.createInvite(CreateInviteRequest request, RequestOptions requestOptions) Invite a new member to one of your app contexts by email, OR grant an existing member access to an additional app context by inviting their same email again.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.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.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 CreateInviteRequest in ai.vectros.types
Methods in ai.vectros.types that return CreateInviteRequestModifier and TypeMethodDescriptionCreateInviteRequest._FinalStage.build()CreateInviteRequest.Builder.build()Methods in ai.vectros.types with parameters of type CreateInviteRequestModifier and TypeMethodDescriptionCreateInviteRequest.Builder.from(CreateInviteRequest other) CreateInviteRequest.EmailStage.from(CreateInviteRequest other)