OAuth Module¶
Do not construct this object directly, instead access the
endpoint_o_auth_module property of an ngrok.Client object.
-
class
ngrok.services.EndpointOAuthModuleClient(client)[source]¶ -
delete(id)[source]¶ - Parameters
id (
str) – a resource identifier
https://ngrok.com/docs/api#api-endpoint-o-auth-module-delete
-
get(id)[source]¶ - Parameters
id (
str) – a resource identifier
https://ngrok.com/docs/api#api-endpoint-o-auth-module-get
- Return type
-
replace(id, module=None)[source]¶ - Parameters
id (
str) –module (
Optional[EndpointOAuth]) –
https://ngrok.com/docs/api#api-endpoint-o-auth-module-replace
- Return type
-