MCPcopy
hub / github.com/ory/hydra / OAuth2Client

Method OAuth2Client

internal/httpclient/api_o_auth2.go:3624–3627  ·  view source on GitHub ↗

OAuth 2.0 Client Request Body

(oAuth2Client OAuth2Client)

Source from the content-addressed store, hash-verified

3622
3623// OAuth 2.0 Client Request Body
3624func (r ApiSetOAuth2ClientRequest) OAuth2Client(oAuth2Client OAuth2Client) ApiSetOAuth2ClientRequest {
3625 r.oAuth2Client = &oAuth2Client
3626 return r
3627}
3628
3629func (r ApiSetOAuth2ClientRequest) Execute() (*OAuth2Client, *http.Response, error) {
3630 return r.ApiService.SetOAuth2ClientExecute(r)

Callers 4

TestClientSDKFunction · 0.45
NewUpdateClientCmdFunction · 0.45
NewCreateClientsCommandFunction · 0.45
NewImportClientCmdFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestClientSDKFunction · 0.36