Contents

setCustomAssertionRequestHeaderClaims(_:)

Adds the custom claims to the embedded assertion request header.

Declaration

func setCustomAssertionRequestHeaderClaims(_ 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