Support oauth codes

This commit is contained in:
Ben Toogood
2020-04-01 15:36:22 +01:00
parent 1750fd8d10
commit ae15793fc3
3 changed files with 25 additions and 6 deletions

View File

@@ -25,7 +25,7 @@ func (b *basic) Options() provider.Options {
return b.opts
}
func (b *basic) Endpoint() string {
func (b *basic) Endpoint(...provider.EndpointOption) string {
return ""
}