Contents

setCustomLoginRequestBodyClaims(_:)

Adds the custom claims to the login request body.

Declaration

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