Skip to main content
Module

x/authlete_deno/mod.ts>SnsCredentials

Authlete Library for Deno
Latest
class SnsCredentials
Re-export
import { SnsCredentials } from "https://deno.land/x/authlete_deno@v1.2.10/mod.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.