Class TestInvokeAuthorizerRequest

    • Method Detail

      • authorizerName

        public final String authorizerName()

        The custom authorizer name.

        Returns:
        The custom authorizer name.
      • token

        public final String token()

        The token returned by your custom authentication service.

        Returns:
        The token returned by your custom authentication service.
      • tokenSignature

        public final String tokenSignature()

        The signature made with the token and your custom authentication service's private key. This value must be Base-64-encoded.

        Returns:
        The signature made with the token and your custom authentication service's private key. This value must be Base-64-encoded.
      • httpContext

        public final HttpContext httpContext()

        Specifies a test HTTP authorization request.

        Returns:
        Specifies a test HTTP authorization request.
      • mqttContext

        public final MqttContext mqttContext()

        Specifies a test MQTT authorization request.

        Returns:
        Specifies a test MQTT authorization request.
      • tlsContext

        public final TlsContext tlsContext()

        Specifies a test TLS authorization request.

        Returns:
        Specifies a test TLS authorization request.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object