This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
|
package constants
|
|
|
|
const SessionOAuthState = "oauth_state"
|
|
const SessionClaims = "claims"
|
|
|
|
const SessionRedirect = "redirect"
|
|
|
|
const HeaderAuthorization = "Authorization"
|
|
|
|
const AuthBearer = "Bearer "
|