package microsoft
import "golang.org/x/oauth2/microsoft"
Package microsoft provides constants for using OAuth2 to access Windows Live ID.
Index ¶
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.
Functions ¶
func AzureADEndpoint ¶
AzureADEndpoint returns a new oauth2.Endpoint for the given tenant at Azure Active Directory. If tenant is empty, it uses the tenant called `common`.
For more information see: https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-v2-protocols#endpoints
Source Files ¶
microsoft.go
- Version
- v0.26.0 (latest)
- Published
- Jan 29, 2025
- Platform
- linux/amd64
- Imports
- 1 packages
- Last checked
- 8 minutes ago –
Tools for package owners.