Package com.chrt.api.types
Interface DecodedJwtWithOrgAndUserId.OrgIdStage
-
- All Known Implementing Classes:
DecodedJwtWithOrgAndUserId.Builder
- Enclosing class:
- DecodedJwtWithOrgAndUserId
public static interface DecodedJwtWithOrgAndUserId.OrgIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DecodedJwtWithOrgAndUserId._FinalStageorgId(java.lang.String orgId)Must be a string starting withorg_
-
-
-
Method Detail
-
orgId
DecodedJwtWithOrgAndUserId._FinalStage orgId(@NotNull java.lang.String orgId)
Must be a string starting with
org_
-
-