mirror of
https://github.com/google/nomulus
synced 2026-07-19 22:42:23 +00:00
a6078bc4f4
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.