Package ca.cdr.api.util
Class SmileClaimConstants
java.lang.Object
ca.cdr.api.util.SmileClaimConstants
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The consent id claim that we add to the access token.static final String
MemberId parameter for OpenId logins; MemberId is the patient ID received from a previously made $member-match request.static final String
The member id (patient id) claim that we will add to access tokens.static final String
This claim is the prefix of all additional custom smile claims. -
Constructor Summary
-
Method Summary
-
Field Details
-
SMILE_CLAIM_PREFIX
This claim is the prefix of all additional custom smile claims.- See Also:
-
MEMBER_ID_CLAIM
The member id (patient id) claim that we will add to access tokens. -
CONSENT_ID_CLAIM
The consent id claim that we add to the access token. This is the id of the consent linked to the patient identified by member_id/smile_member_id. -
MEMBER_ID
MemberId parameter for OpenId logins; MemberId is the patient ID received from a previously made $member-match request.- See Also:
-
-
Constructor Details
-
SmileClaimConstants
public SmileClaimConstants()
-
-
Method Details
-
getSmileCustomClaim
-