Exemple #1
0
// Return URL to redirect user for authentication
func AuthURL(uri string) string {
	return stackongo.AuthURL(appInfo.Client_id, uri, appInfo.Options)
}
Exemple #2
0
func AuthURL() string {
	return stackongo.AuthURL(appInfo.Client_id, appInfo.Redirect_uri, appInfo.Options)
}