Skip to content

Instantly share code, notes, and snippets.

@0xlaxel
0xlaxel / PhutilLarkAuthAdapter.php
Created September 24, 2020 04:02
Add Lark OAuth login for phabricator
<?php
/**
* Authentication adapter for Lark OAuth2.
*/
final class PhutilLarkAuthAdapter extends PhutilOAuthAuthAdapter {
private $appAccessToken;
public function getAdapterType() {
return 'Lark';