|
| MOCK_METHOD (::tenduke::oauth::device::DeviceAuthorizationResponse, authenticationRequest,(),(override)) |
|
| MOCK_METHOD ((std::unique_ptr< tenduke::oidc::OIDCState >), accessTokenRequest,(),(override)) |
|
| MOCK_METHOD (void, cancel,(),(override)) |
|
virtual tenduke::oauth::device::DeviceAuthorizationResponse | authenticationRequest ()=0 |
| Perform the OAuth Device Authorization Request (wrapping it to OIDC).
|
|
virtual std::unique_ptr< tenduke::oidc::OIDCState > | accessTokenRequest ()=0 |
| Performs OAuth Device Access Token Request, wrapped inside OIDC.
|
|
virtual void | cancel ()=0 |
| Marks the request canceled.
|
|
The documentation for this class was generated from the following file: