package oauth const ( SessionName = "appview-session-v2" AccountsName = "appview-accounts-v2" AuthReturnName = "appview-auth-return" AuthReturnURL = "return_url" AuthAddAccount = "add_account" SessionHandle = "handle" SessionDid = "did" SessionId = "id" SessionPds = "pds" SessionAccessJwt = "accessJwt" SessionRefreshJwt = "refreshJwt" SessionExpiry = "expiry" SessionAuthenticated = "authenticated" SessionDpopPrivateJwk = "dpopPrivateJwk" SessionDpopAuthServerNonce = "dpopAuthServerNonce" )