Module Awso_sso_oidc.EndpointsSource
Sourcetype ('i, 'o, 'e) t = | CreateToken : (Values.CreateTokenRequest.t,
Values.CreateTokenResponse.t,
Values.CreateTokenResponse.error)
t| CreateTokenWithIAM : (Values.CreateTokenWithIAMRequest.t,
Values.CreateTokenWithIAMResponse.t,
Values.CreateTokenWithIAMResponse.error)
t| RegisterClient : (Values.RegisterClientRequest.t,
Values.RegisterClientResponse.t,
Values.RegisterClientResponse.error)
t| StartDeviceAuthorization : (Values.StartDeviceAuthorizationRequest.t,
Values.StartDeviceAuthorizationResponse.t,
Values.StartDeviceAuthorizationResponse.error)
t
Sourceval method_of_endpoint : 'i 'o 'e. ('i, 'o, 'e) t -> [> `POST ] Sourceval uri_of_endpoint : 'i 'o 'e. ('i, 'o, 'e) t -> 'i -> Uri.t