openIdOverride
Called once after OpenID discovery completes, allowing callers to patch any field on the discovered OpenIdConfiguration before it is used (e.g. override OpenIdConfiguration.deviceAuthorizationEndpoint for a non-standard server).
Example:
openIdOverride = {
deviceAuthorizationEndpoint = "https://custom.example.com/as/device_authorization"
}Content copied to clipboard