package
0.0.0-20220904165359-8e84a606fa6d
Repository: https://github.com/gopherfs/fs.git
Documentation: pkg.go.dev

# Functions

Token fetches an azblob.TokenCredential that can be used to access blob storage using MSI.

# Structs

AppID implements AuthMethod when you wish to use a application MSI to authenticate to Blob storage.
ResourceID implements AuthMethod when you wish to use a resource MSI to authenticate to Blob storage.
SystemAssigned implements AuthMethod when you wish to use a system MSI to authenticate to Blob storage.

# Interfaces

AuthMethod represents an MSI authentication method for the Token() call.