kakao

package
v0.0.0-...-b754639 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 12, 2015 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ProviderId = 7
	Scheme     = "https"
	Host       = "kapi.kakao.com"
	Opaque     = "//kapi.kakao.com/v1/user/me"
	AuthURL    = "https://kauth.kakao.com/oauth/authorize"
	TokenURL   = "https://kauth.kakao.com/oauth/token"
)

Variables

View Source
var Config = Oauth2Config()
View Source
var RequestURL = &url.URL{
	Scheme: Scheme,
	Host:   Host,
	Opaque: Opaque,
}

Functions

func Oauth2Config

func Oauth2Config() *oauth2.Config

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL