#include <mongocxx/v1/oidc_callback_params.hpp>
Parameters passed to an OIDC callback.
Public Member Functions | |
| bsoncxx::v1::stdx::optional< std::chrono::steady_clock::time_point > | timeout () const |
| Return the optional deadline, or nullopt for infinite timeout. | |
| bsoncxx::v1::stdx::optional< bsoncxx::v1::stdx::string_view > | username () const |
| Return the optional username, or nullopt if not provided. | |
| std::int32_t | version () const |
| Return the callback API version. | |
| bsoncxx::v1::stdx::optional< std::chrono::steady_clock::time_point > mongocxx::v1::oidc_callback_params::timeout | ( | ) | const |
Return the optional deadline, or nullopt for infinite timeout.
| bsoncxx::v1::stdx::optional< bsoncxx::v1::stdx::string_view > mongocxx::v1::oidc_callback_params::username | ( | ) | const |
Return the optional username, or nullopt if not provided.
| std::int32_t mongocxx::v1::oidc_callback_params::version | ( | ) | const |
Return the callback API version.