Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
class SnsCredentials
import { SnsCredentials } from "https://deno.land/x/authlete_deno@v1.2.10/src/dto/sns_credentials.ts";

SNS credentials (API key and API secret).

Properties

optional
apiKey: string

The API key of the SNS.

optional
apiSecret: string

The API secret of the SNS.

optional
sns: Sns

The SNS.