HTTPS Edge Route OIDC Module#

Do not construct this object directly, instead access the edge_route_oidc_module property of an ngrok.Client object.

class ngrok.services.EdgeRouteOIDCModuleClient(client)[source]#
delete(edge_id, id)[source]#
Parameters:
  • edge_id (str) – unique identifier of this edge

  • id (str) – unique identifier of this edge route

https://ngrok.com/docs/api#api-edge-route-oidc-module-delete

get(edge_id, id)[source]#
Parameters:
  • edge_id (str) – unique identifier of this edge

  • id (str) – unique identifier of this edge route

https://ngrok.com/docs/api#api-edge-route-oidc-module-get

Return type:

EndpointOIDC

replace(edge_id, id, module=None)[source]#
Parameters:
  • edge_id (str) –

  • id (str) –

  • module (Optional[EndpointOIDC, None]) –

https://ngrok.com/docs/api#api-edge-route-oidc-module-replace

Return type:

EndpointOIDC