package oauth const ( SessionName = "appview-session-v2" AccountsName = "appview-accounts-v2" AuthReturnName = "appview-auth-return" AuthReturnURL = "return_url" SessionHandle = "handle" SessionDid = "did" SessionId = "id" SessionPds = "pds" SessionAuthenticated = "authenticated" )