revokeUri property

Uri revokeUri

Implementation

static Uri get revokeUri => baseUrl.replace(
      pathSegments: <String>[apiPath, versionPath, oauth2Path, revokePath],
    );