Documentation
¶
Index ¶
- Variables
- func DoPlatformRefresh() func(*fhblade.Context) error
- func DoPlatformRevoke() func(*fhblade.Context) error
- func DoPlatformSession() func(*fhblade.Context) error
- func DoPlatformTks() func(*fhblade.Context) error
- func DoPlatformToken() func(*fhblade.Context) error
- func DoWeb() func(*fhblade.Context) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( PlatformAuthClientID = "DRivsnm2Mu42T3KOpqdtwB3NYviHYzwD" PlatformAuth0Client = "eyJuYW1lIjoiYXV0aDAtc3BhLWpzIiwidmVyc2lvbiI6IjEuMjEuMCJ9" PlatformAuthAudience = "https://api.openai.com/v1" PlatformAuthRedirectURL = "https://platform.openai.com/auth/callback" PlatformAuthScope = "openid email profile offline_access model.request model.read organization.read organization.write" PlatformAuthResponseType = "code" PlatformAuthGrantType = "authorization_code" PlatformAuth0Url = "https://auth0.openai.com/authorize?" PlatformAuth0LogoutUrl = "" /* 201-byte string literal not displayed */ DashboardLoginUrl = "https://api.openai.com/dashboard/onboarding/login" )
View Source
var ( ChatGPTUrlPrefix = "https://chat.openai.com" CsrfUrl = "https://chat.openai.com/api/auth/csrf" PromptLoginUrl = "https://chat.openai.com/api/auth/signin/auth0?prompt=login" Auth0Url = "https://auth0.openai.com" LoginUsernameUrl = "https://auth0.openai.com/u/login/identifier?state=" LoginPasswordUrl = "https://auth0.openai.com/u/login/password?state=" AuthSessionUrl = "https://chat.openai.com/api/auth/session" OauthTokenUrl = "https://auth0.openai.com/oauth/token" OauthTokenRevokeUrl = "https://auth0.openai.com/oauth/revoke" )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.