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