Documentation ¶
Index ¶
- Constants
- Variables
- func AppleRedirectHandler(apiImplementation tpmodels.APIInterface, options tpmodels.APIOptions) error
- func AuthorisationUrlAPI(apiImplementation tpmodels.APIInterface, options tpmodels.APIOptions) error
- func GetActualClientIdFromDevelopmentClientId(clientId string) string
- func MakeAPIImplementation() tpmodels.APIInterface
- func SignInUpAPI(apiImplementation tpmodels.APIInterface, options tpmodels.APIOptions) error
Constants ¶
View Source
const ( DevOauthAuthorisationUrl = "https://supertokens.io/dev/oauth/redirect-to-provider" DevOauthRedirectUrl = "https://supertokens.io/dev/oauth/redirect-to-app" DevKeyIdentifier = "4398792-" )
Variables ¶
View Source
var DevOauthClientIds = [...]string{
"1060725074195-kmeum4crr01uirfl2op9kd5acmi9jutn.apps.googleusercontent.com",
"467101b197249757c71f",
}
Functions ¶
func AppleRedirectHandler ¶ added in v0.2.0
func AppleRedirectHandler(apiImplementation tpmodels.APIInterface, options tpmodels.APIOptions) error
func AuthorisationUrlAPI ¶
func AuthorisationUrlAPI(apiImplementation tpmodels.APIInterface, options tpmodels.APIOptions) error
func GetActualClientIdFromDevelopmentClientId ¶ added in v0.2.0
func MakeAPIImplementation ¶
func MakeAPIImplementation() tpmodels.APIInterface
func SignInUpAPI ¶
func SignInUpAPI(apiImplementation tpmodels.APIInterface, options tpmodels.APIOptions) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.