internal/ directory
Directories ΒΆ
Path | Synopsis |
---|---|
apps/internal/base | Package base contains a "Base" client that is used by the external public.Client and confidential.Client. |
apps/internal/base/storage | Package storage holds all cached token information for MSAL. |
apps/internal/exported | package exported contains internal types that are re-exported from a public package |
apps/internal/json | Package json provide functions for marshalling an unmarshalling types to JSON. |
apps/internal/json/types | |
apps/internal/json/types/time | Package time provides for custom types to translate time from JSON and other formats into time.Time objects. |
apps/internal/local | Package local contains a local HTTP server used with interactive authentication. |
apps/internal/mock | |
apps/internal/oauth | |
apps/internal/oauth/fake | |
apps/internal/oauth/ops | Package ops provides operations to various backend services using REST clients. |
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. |
apps/internal/oauth/ops/authority | |
apps/internal/oauth/ops/internal | |
apps/internal/oauth/ops/internal/comm | Package comm provides helpers for communicating with HTTP backends. |
apps/internal/oauth/ops/internal/grant | Package grant holds types of grants issued by authorization services. |
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. |
apps/internal/oauth/ops/wstrust/defs | |
apps/internal/options | |
apps/internal/shared | |
apps/internal/version | Package 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.