PHP 클래스 DataSift_Account_Identity_Token

저자: Chris Knight ([email protected])
상속: extends DataSift_Account
파일 보기 프로젝트 열기: datasift/datasift-php 1 사용 예제들

공개 메소드들

메소드 설명
create ( string $identity, string $service, string $token ) : mixed Creates a token for a service
delete ( string $identity, string $service ) : mixed Deletes a token for a service
get ( string $identity, string $service ) : mixed Gets the token for a service
getAll ( string $identity, integer $page = 1, integer $perPage = 25 ) : mixed Get all the tokens for an identity
update ( string $identity, string $service, $token ) : mixed Updates the token for a service

메소드 상세

create() 공개 메소드

Creates a token for a service
public create ( string $identity, string $service, string $token ) : mixed
$identity string
$service string
$token string
리턴 mixed

delete() 공개 메소드

Deletes a token for a service
public delete ( string $identity, string $service ) : mixed
$identity string
$service string
리턴 mixed

get() 공개 메소드

Gets the token for a service
public get ( string $identity, string $service ) : mixed
$identity string
$service string
리턴 mixed

getAll() 공개 메소드

Get all the tokens for an identity
public getAll ( string $identity, integer $page = 1, integer $perPage = 25 ) : mixed
$identity string
$page integer
$perPage integer
리턴 mixed

update() 공개 메소드

Updates the token for a service
public update ( string $identity, string $service, $token ) : mixed
$identity string
$service string
리턴 mixed