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, 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.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, 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.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.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