Interface AuthOptions

Represents a set of options required for authenticating a client

Hierarchy

  • AuthOptions

Properties

clientId: string

A mandatory string representing the unique identifier of the client

clientName?: string

An optional string representing the name of the client (defaults to node-shikimori)

clientSecret: string

The secret key for authentication

redirectURI?: string

An optional string representing the URI to redirect to upon completion of authentication

Generated using TypeDoc