context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
errors | Package errors implements functions to manipulate errors. |
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/json | Package json provide functions for marshalling an unmarshalling types to JSON. |
github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json/types/time | Package time provides for custom types to translate time from JSON and other formats into time.Time objects. |
github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth | |
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/shared | |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |