context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
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/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/oauth | |
github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/fake | |
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 | |
os | Package os provides a platform-independent interface to operating system functionality. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
text/template | Package template implements data-driven templates for generating textual output. |
time | Package time provides functionality for measuring and displaying time. |