some documentation

This commit is contained in:
Livio Amstutz 2019-11-21 07:40:42 +01:00
parent 6b4b8f20a5
commit 1c76101e68
5 changed files with 55 additions and 29 deletions

View file

@ -24,7 +24,7 @@ type DefaultVerifier struct {
keySet oidc.KeySet
}
//ConfFunc is the type for providing dynamic verifierConfig
//ConfFunc is the type for providing dynamic options to the DefaultVerfifier
type ConfFunc func(*verifierConfig)
//ACRVerifier specifies the function to be used by the `DefaultVerifier` for validating the acr claim