package
0.0.0-20210609130350-9bc73c2c4317
Repository: https://github.com/lc-work/microsoft-authentication-library-for-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Marshal is used to marshal a type into its JSON representation.
MarshalRaw marshals i into a json.RawMessage.
Unmarshal unmarshals a []byte representing JSON into i, which must be a *struct.