Contents

setCustomAssertionRequestBodyClaims(_:)

Adds the custom claims to the embedded assertion request body.

Declaration

func setCustomAssertionRequestBodyClaims(_ claims: [String : Any]) throws

Parameters

  • claims:

    The claims to add. The request must serialize as valid JSON for the system to accept it.

See Also

Customizing the authentication request