PHP 클래스 Webiny\Component\OAuth2\OAuth2Loader

Use this class to get an instance of OAuth2 component.
상속: use trait Webiny\Component\StdLib\StdLibTrait, use trait Webiny\Component\Http\HttpTrait
파일 보기 프로젝트 열기: Webiny/Framework 1 사용 예제들

공개 메소드들

메소드 설명
getInstance ( string $key ) : array | OAuth2 Returns an instance to OAuth2 server based on the current configuration.

메소드 상세

getInstance() 공개 정적인 메소드

Returns an instance to OAuth2 server based on the current configuration.
public static getInstance ( string $key ) : array | OAuth2
$key string Unique identifier for the OAuth2 server that you wish to get.
리턴 array | OAuth2