package
0.8.10
Repository: https://github.com/fnproject/fn_go.git
Documentation: pkg.go.dev

# README

Default Provider

This is the default auth provider and provides basic HTTP authentication using bearer tokens

Configuration:

KeyExampleRequiredDescription
api-urlhttps://my.functions.com/YesThe API endpoint to contact for accessing the service API
token0YHQtdC60YHRg9Cw0LvRjNC90YvQuSDQsdCw0L3QsNC9Cg==No (Unless server requires authenticationThe Bearer token to use for API auth

# Functions

NewFromConfig creates a default provider that does un-authenticated calls to.

# Structs

Provider is the default Auth provider.