Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
class SnsCredentials
import { SnsCredentials } from "https://deno.land/x/authlete_deno@v1.2.3/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.