Show / Hide Table of Contents

Interface IWebSocketRouteAuthorizer

An authorizer that can attach to an WebSocket Route.

Namespace: Amazon.CDK.AWS.Apigatewayv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IWebSocketRouteAuthorizer
Syntax (vb)
Public Interface IWebSocketRouteAuthorizer

Synopsis

Methods

Bind(IWebSocketRouteAuthorizerBindOptions)

Bind this authorizer to a specified WebSocket route.

Methods

Bind(IWebSocketRouteAuthorizerBindOptions)

Bind this authorizer to a specified WebSocket route.

IWebSocketRouteAuthorizerConfig Bind(IWebSocketRouteAuthorizerBindOptions options)
Parameters
options IWebSocketRouteAuthorizerBindOptions
Returns

IWebSocketRouteAuthorizerConfig

Back to top Generated by DocFX