Package ai.vectros.types
Interface UserExistsResponse.ExistsStage
- All Known Implementing Classes:
UserExistsResponse.Builder
- Enclosing class:
UserExistsResponse
public static interface UserExistsResponse.ExistsStage
-
Method Summary
Modifier and TypeMethodDescriptionexists(boolean exists) Whether a user with the given email holds an access profile in the given app context.from(UserExistsResponse other)
-
Method Details
-
exists
Whether a user with the given email holds an access profile in the given app context.
-
from
-