Creates a new instance of the Dribbble OAuth client.
Configuration object containing the client ID, client secret, and redirect URI.
Generates an authorization URL for Dribbble's OAuth 2.0 flow.
A unique string to maintain state between the request and callback.
An array of scopes to request from the user.
The authorization URL for Dribbble.
Validates an authorization code and retrieves an access token from Dribbble.
The authorization code received from Dribbble.
A promise that resolves to a DribbbleAuthResponse containing the access token and other details.
Provides an OAuth 2.0 client for interacting with Dribbble's authentication and token APIs.
Remarks
This class allows creating authorization URLs, validating authorization codes, and generating secure state strings.
Example