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

Method All

internal/httpclient/api_o_auth2.go:3255–3258  ·  view source on GitHub ↗

Revoke All Consent Sessions If set to `true` deletes all consent sessions by the Subject that have been granted.

(all bool)

Source from the content-addressed store, hash-verified

3253
3254// Revoke All Consent Sessions If set to `true` deletes all consent sessions by the Subject that have been granted.
3255func (r ApiRevokeOAuth2ConsentSessionsRequest) All(all bool) ApiRevokeOAuth2ConsentSessionsRequest {
3256 r.all = &all
3257 return r
3258}
3259
3260func (r ApiRevokeOAuth2ConsentSessionsRequest) Execute() (*http.Response, error) {
3261 return r.ApiService.RevokeOAuth2ConsentSessionsExecute(r)

Callers 15

loginPOSTMethod · 0.80
revokeConsentSessionMethod · 0.80
TestQueryWithNetworkMethod · 0.80
GetKeySetMethod · 0.80
GetGrantsMethod · 0.80
GetPublicKeysMethod · 0.80
GetClientsMethod · 0.80

Calls

no outgoing calls

Tested by 3

TestQueryWithNetworkMethod · 0.64
TestMigrationsFunction · 0.64