OidcLoginOutcome.php
Table of Contents
Classes
- OidcLoginOutcome
- What a login/callback handler should do next — one shape per outcome kind. Framework
controllers ({@see \Axiam\Sdk\Laravel\OidcLoginController}/`OidcCallbackController`,
{@see \Axiam\Sdk\Symfony\OidcLoginController}/`OidcCallbackController`) translate this
into their own framework's redirect/JSON response and add nothing of their own, so
Laravel and Symfony cannot drift (mirrors the TypeScript reference's
`OidcLoginOutcome` discriminated union).