CallbackConfiguration Object

Field Guide

Name Type Example Notes
signInUrl String https://example.com/signin The authentication URL endpoint.
sharedSecret String xU9z43VrMtqIvnAqgbvUPSNkj/e4e/M5Nw+NIz7Dnjs= Only included on responses

Example

{
    "signInUrl": "https://example.com/signin",
    "sharedSecret": "xU9z43VrMtqIvnAqgbvUPSNkj/e4e/M5Nw+NIz7Dnjs="
}