context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
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/errors | |
github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/exported | package exported contains internal types that are re-exported from a public package |
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/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/oauth/ops/wstrust | Package wstrust provides a client for communicating with a WSTrust (https://en.wikipedia.org/wiki/WS-Trust#:~:text=WS%2DTrust%20is%20a%20WS,in%20a%20secure%20message%20exchange.) for the purposes of extracting metadata from the service. |
github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust/defs | |
github.com/google/uuid | Package uuid generates and inspects UUIDs. |
io | Package io provides basic interfaces to I/O primitives. |
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. |