Imports of package public

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
crypto/randPackage rand implements a cryptographically secure random number generator.
crypto/sha256Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4.
encoding/base64Package base64 implements base64 encoding as specified by RFC 4648.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/AzureAD/microsoft-authentication-library-for-go/apps/cachePackage 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/basePackage 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/localPackage 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/opsPackage ops provides operations to various backend services using REST clients.
github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokensPackage 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/uuidPackage uuid generates and inspects UUIDs.
github.com/pkg/browserPackage browser provides helpers to open files, readers, and urls in a browser window.
net/urlPackage url parses URLs and implements query escaping.
strconvPackage strconv implements conversions to and from string representations of basic data types.