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