PHP 인터페이스 QueryAuth\Credentials\CredentialsInterface

파일 보기 프로젝트 열기: jeremykendall/query-auth 0 사용 예제들

공개 메소드들

메소드 설명
getKey ( ) : string Gets key
getSecret ( ) : string Gets secret

메소드 상세

getKey() 공개 메소드

Gets key
public getKey ( ) : string
리턴 string Key

getSecret() 공개 메소드

Gets secret
public getSecret ( ) : string
리턴 string Secret