context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
crypto/rand | Package rand implements a cryptographically secure random number generator. |
crypto/sha256 | Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4. |
encoding/base64 | Package base64 implements base64 encoding as specified by RFC 4648. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/AzureAD/microsoft-authentication-library-for-go/apps/cache | Package cache allows third parties to implement external storage for caching token data for distributed systems or multiple local applications access. |
github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base | Package base contains a "Base" client that is used by the external public.Client and confidential.Client. |
github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/local | Package local contains a local HTTP server used with interactive authentication. |
github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth | |
github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops | Package ops provides operations to various backend services using REST clients. |
github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens | Package accesstokens exposes a REST client for querying backend systems to get various types of access tokens (oauth) for use in authentication. |
github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority | |
github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/options | |
github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared | |
github.com/google/uuid | Package uuid generates and inspects UUIDs. |
github.com/pkg/browser | Package browser provides helpers to open files, readers, and urls in a browser window. |
net/url | Package url parses URLs and implements query escaping. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |