Class ConnectAppAuthorizationRequest

    • Method Detail

      • appBundleIdentifier

        public final String appBundleIdentifier()

        The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle that contains the app authorization to use for the request.

        Returns:
        The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle that contains the app authorization to use for the request.
      • appAuthorizationIdentifier

        public final String appAuthorizationIdentifier()

        The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app authorization to use for the request.

        Returns:
        The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app authorization to use for the request.
      • authRequest

        public final AuthRequest authRequest()

        Contains OAuth2 authorization information.

        This is required if the app authorization for the request is configured with an OAuth2 (oauth2) authorization type.

        Returns:
        Contains OAuth2 authorization information.

        This is required if the app authorization for the request is configured with an OAuth2 ( oauth2) authorization type.

      • 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