AuthState

View Source

Summary

Request auth state stored in the router context.

Signature

type AuthState<identity> = GoodAuth<identity> | BadAuth;