redirectUrl

@SerialName(value = "redirect_uri")
val redirectUrl: String? = null(source)

OIDC: REQUIRED. Redirection URI to which the response will be sent. This URI MUST exactly match one of the Redirection URI values for the Client pre-registered at the OpenID Provider, with the matching performed as described in Section 6.2.1 of RFC3986 (Simple String Comparison).

Optional when JAR (RFC9101) is used.