setCustomAssertionRequestHeaderClaims(_:)
Adds the custom claims to the embedded assertion request header.
Declaration
func setCustomAssertionRequestHeaderClaims(_ claims: [String : Any]) throwsParameters
- claims:
The claims to add. The request must serialize as valid JSON for the system to accept it.