Package ai.vectros.types
Interface SelfSignupPolicy.SignupTypeStage
- All Known Implementing Classes:
SelfSignupPolicy.Builder
- Enclosing class:
SelfSignupPolicy
public static interface SelfSignupPolicy.SignupTypeStage
-
Method Summary
Modifier and TypeMethodDescriptionfrom(SelfSignupPolicy other) signupType(@NotNull String signupType) The plain slug the frontend and the blueprint agree on to select this policy entry (e.g.
-
Method Details
-
signupType
The plain slug the frontend and the blueprint agree on to select this policy entry (e.g. 'practitioner', 'client'). Same grammar as a role id (lowercase letter first, then a-z 0-9 -, 3-31 chars). Caller-supplied at exchange time via the request's signup_type field; omitted on the request means 'the sole entry', valid only when this list has exactly one.
-
from
-