Class UserExistsByEmailRequest.Builder
java.lang.Object
ai.vectros.resources.identity.requests.UserExistsByEmailRequest.Builder
- Enclosing class:
UserExistsByEmailRequest
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()The app context to check membership in.The email address to check.from(UserExistsByEmailRequest other)
-
Method Details
-
from
-
email
The email address to check. Matched case-insensitively.
-
email
-
contextId
The app context to check membership in. A context-confined credential (a scoped token or key bound to one context) may only name its own bound context — naming any other context is rejected with a uniform 403, before the existence check runs.
-
contextId
-
build
-
additionalProperty
-
additionalProperties
public UserExistsByEmailRequest.Builder additionalProperties(Map<String, Object> additionalProperties)
-