Uses of Class
software.aws.awsprototypingsdk.openapigateway.CognitoAuthorizer
-
-
Uses of CognitoAuthorizer in software.aws.awsprototypingsdk.openapigateway
Methods in software.aws.awsprototypingsdk.openapigateway that return CognitoAuthorizer Modifier and Type Method Description CognitoAuthorizerCognitoAuthorizer.Builder. build()static CognitoAuthorizerAuthorizers. cognito(CognitoAuthorizerProps props)(experimental) A Cognito User Pools authorizer.CognitoAuthorizerCognitoAuthorizer. withScopes(@NotNull String... authorizationScopes)(experimental) Returns this authorizer with scopes applied, intended for usage in individual operations where scopes may differ on a per-operation basis.
-