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. |
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/confidential | Package confidential provides a client for authentication of "confidential" applications. |
github.com/AzureAD/microsoft-authentication-library-for-go/apps/public | Package public provides a client for authentication of "public" applications. |
log | Package log implements a simple logging package. |
os | Package os provides a platform-independent interface to operating system functionality. |
time | Package time provides functionality for measuring and displaying time. |