context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
crypto | Package crypto collects common cryptographic constants. |
crypto/rsa | Package rsa implements RSA encryption as specified in PKCS #1 and RFC 8017. |
crypto/x509 | Package x509 implements a subset of the X.509 standard. |
encoding/base64 | Package base64 implements base64 encoding as specified by RFC 4648. |
encoding/pem | Package pem implements the PEM data encoding, which originated in Privacy Enhanced Mail. |
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/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/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/exported | package exported contains internal types that are re-exported from a public package |
github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth | |
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/shared | |
net/url | Package url parses URLs and implements query escaping. |