internal/ directory

Directories

PathSynopsis
apps/internal/basePackage base contains a "Base" client that is used by the external public.Client and confidential.Client.
apps/internal/base/storagePackage storage holds all cached token information for MSAL.
apps/internal/exportedpackage exported contains internal types that are re-exported from a public package
apps/internal/jsonPackage json provide functions for marshalling an unmarshalling types to JSON.
apps/internal/json/types
apps/internal/json/types/timePackage time provides for custom types to translate time from JSON and other formats into time.Time objects.
apps/internal/localPackage local contains a local HTTP server used with interactive authentication.
apps/internal/mock
apps/internal/oauth
apps/internal/oauth/fake
apps/internal/oauth/opsPackage ops provides operations to various backend services using REST clients.
apps/internal/oauth/ops/accesstokensPackage accesstokens exposes a REST client for querying backend systems to get various types of access tokens (oauth) for use in authentication.
apps/internal/oauth/ops/authority
apps/internal/oauth/ops/internal
apps/internal/oauth/ops/internal/commPackage comm provides helpers for communicating with HTTP backends.
apps/internal/oauth/ops/internal/grantPackage grant holds types of grants issued by authorization services.
apps/internal/oauth/ops/wstrustPackage 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.
apps/internal/oauth/ops/wstrust/defs
apps/internal/options
apps/internal/shared
apps/internal/versionPackage version keeps the version number of the client package.
Version
v1.4.2 (latest)
Published
Mar 26, 2025
Platform
linux/amd64
Last checked
2 days ago

Tools for package owners.