OAuth2PkceProviderErrorException constructor

const OAuth2PkceProviderErrorException(
  1. String message
)

Creates a new OAuth2PkceProviderErrorException object

Implementation

const OAuth2PkceProviderErrorException(super.message);