10Duke Enterprise C++ Client
|
This is the complete list of members for tenduke::test::mocks::OIDCDeviceFlowMock, including all inherited members.
authenticate(const std::string &scopes) const =0 | tenduke::oidc::device::OIDCDeviceFlow | pure virtual |
authenticate(const std::string &scopes, const std::map< std::string, std::string > &additionalProperties) const =0 | tenduke::oidc::device::OIDCDeviceFlow | pure virtual |
createShared() (defined in tenduke::test::mocks::OIDCDeviceFlowMock) | tenduke::test::mocks::OIDCDeviceFlowMock | inlinestatic |
MOCK_METHOD((std::unique_ptr< const tenduke::oidc::OIDCRefreshRequest >), refresh,(const std::shared_ptr< tenduke::oidc::OIDCState > &),(const, override)) (defined in tenduke::test::mocks::OIDCDeviceFlowMock) | tenduke::test::mocks::OIDCDeviceFlowMock | |
MOCK_METHOD((std::unique_ptr< tenduke::oidc::device::OIDCDeviceAuthenticationRequest >), authenticate,(const std::string &scopes,(const std::map< std::string, std::string > &a)),(const, override)) (defined in tenduke::test::mocks::OIDCDeviceFlowMock) | tenduke::test::mocks::OIDCDeviceFlowMock | |
MOCK_METHOD((std::unique_ptr< tenduke::oidc::device::OIDCDeviceAuthenticationRequest >), authenticate,(const std::string &scopes),(const, override)) (defined in tenduke::test::mocks::OIDCDeviceFlowMock) | tenduke::test::mocks::OIDCDeviceFlowMock | |
MOCK_METHOD(std::string, requestUserinfo,(const std::string &accessToken),(const, override)) (defined in tenduke::test::mocks::OIDCDeviceFlowMock) | tenduke::test::mocks::OIDCDeviceFlowMock | |
refresh(const std::shared_ptr< tenduke::oidc::OIDCState > &state) const =0 | tenduke::oidc::OIDCClient | pure virtual |
requestUserinfo(const std::string &accessToken) const =0 | tenduke::oidc::OIDCClient | pure virtual |
~OIDCClient()=default (defined in tenduke::oidc::OIDCClient) | tenduke::oidc::OIDCClient | virtual |