...

Package microsoft

import "golang.org/x/oauth2/microsoft"
Overview
Index

Overview ▾

Package microsoft provides constants for using OAuth2 to access Windows Live ID.

Index ▾

Package files

microsoft.go

Variables

var LiveConnectEndpoint = oauth2.Endpoint{
    AuthURL:  "https://login.live.com/oauth20_authorize.srf",
    TokenURL: "https://login.live.com/oauth20_token.srf",
}

LiveConnectEndpoint is Windows's Live ID OAuth 2.0 endpoint.