cesium-native 0.46.0
Loading...
Searching...
No Matches
CesiumClientCommon::OAuth2PKCE Member List

This is the complete list of members for CesiumClientCommon::OAuth2PKCE, including all inherited members.

authorize(const CesiumAsync::AsyncSystem &asyncSystem, const std::shared_ptr< CesiumAsync::IAssetAccessor > &pAssetAccessor, const std::string &friendlyApplicationName, const OAuth2ClientOptions &clientOptions, const std::vector< std::string > &scopes, std::function< void(const std::string &)> &&openUrlCallback, const std::string &tokenEndpointUrl, const std::string &authorizeBaseUrl)CesiumClientCommon::OAuth2PKCEstatic
refresh(const CesiumAsync::AsyncSystem &asyncSystem, const std::shared_ptr< CesiumAsync::IAssetAccessor > &pAssetAccessor, const OAuth2ClientOptions &clientOptions, const std::string &refreshBaseUrl, const std::string &refreshToken)CesiumClientCommon::OAuth2PKCEstatic