generateLogoutUrl method

Uri? generateLogoutUrl()

Generates a logout URL based on the current credentials.

Note: Do not call this method before calling authorize().

Implementation

Uri? generateLogoutUrl() {
  return credential?.generateLogoutUrl();
}