terraform/svchost/disco
Martin Atkins 31a9790080 svchost/disco: Allow oauth client services to specify grant types
Previously we just assumed support for the authorization code grant type,
but now we'll allow the host to declare which grant types it supports
to allow for more flexibility in host login implementations. We may extend
the set of supported grant types in future.
2019-08-22 14:01:44 -07:00
..
disco.go disco: Set transport early (during initialization) 2019-01-28 11:04:56 +00:00
disco_test.go Add a method to retrieve version contraints 2018-12-14 12:17:31 +01:00
host.go svchost/disco: Allow oauth client services to specify grant types 2019-08-22 14:01:44 -07:00
host_test.go svchost/disco: Allow oauth client services to specify grant types 2019-08-22 14:01:44 -07:00
oauth_client.go svchost/disco: Allow oauth client services to specify grant types 2019-08-22 14:01:44 -07:00