INPUT_OBJECT

SsoAuthParamInput

A single extra parameter forwarded to the organization's identity provider when the test-taker signs in. Filtered against the parameters that provider is configured to accept.

link GraphQL Schema definition

1input SsoAuthParamInput {
3
2key: String!
5
4value: String!
6}