Uses of Class
ai.vectros.resources.identity.requests.UserExistsByEmailRequest
Packages that use UserExistsByEmailRequest
-
Uses of UserExistsByEmailRequest in ai.vectros.resources.identity
Methods in ai.vectros.resources.identity with parameters of type UserExistsByEmailRequestModifier and TypeMethodDescriptionAsyncIdentityClient.userExistsByEmail(UserExistsByEmailRequest request) Answers "does a user with this email hold an ACTIVE access profile in this app context" — a narrow existence check, not a general lookup.AsyncIdentityClient.userExistsByEmail(UserExistsByEmailRequest request, RequestOptions requestOptions) Answers "does a user with this email hold an ACTIVE access profile in this app context" — a narrow existence check, not a general lookup.AsyncRawIdentityClient.userExistsByEmail(UserExistsByEmailRequest request) Answers "does a user with this email hold an ACTIVE access profile in this app context" — a narrow existence check, not a general lookup.AsyncRawIdentityClient.userExistsByEmail(UserExistsByEmailRequest request, RequestOptions requestOptions) Answers "does a user with this email hold an ACTIVE access profile in this app context" — a narrow existence check, not a general lookup.IdentityClient.userExistsByEmail(UserExistsByEmailRequest request) Answers "does a user with this email hold an ACTIVE access profile in this app context" — a narrow existence check, not a general lookup.IdentityClient.userExistsByEmail(UserExistsByEmailRequest request, RequestOptions requestOptions) Answers "does a user with this email hold an ACTIVE access profile in this app context" — a narrow existence check, not a general lookup.RawIdentityClient.userExistsByEmail(UserExistsByEmailRequest request) Answers "does a user with this email hold an ACTIVE access profile in this app context" — a narrow existence check, not a general lookup.RawIdentityClient.userExistsByEmail(UserExistsByEmailRequest request, RequestOptions requestOptions) Answers "does a user with this email hold an ACTIVE access profile in this app context" — a narrow existence check, not a general lookup. -
Uses of UserExistsByEmailRequest in ai.vectros.resources.identity.requests
Methods in ai.vectros.resources.identity.requests that return UserExistsByEmailRequestMethods in ai.vectros.resources.identity.requests with parameters of type UserExistsByEmailRequestModifier and TypeMethodDescriptionUserExistsByEmailRequest.Builder.from(UserExistsByEmailRequest other)