mirror of
https://github.com/google/nomulus
synced 2026-06-02 21:16:42 +00:00
IAP and regular OIDC auth mechanisms are unified under a base class that produces either APP or USER level AuthResult based on the principal email found in the OIDC token. Also moved some enum classes to better organize code structure.