PHP 클래스 Docker\API\Model\AuthResult

파일 보기 프로젝트 열기: docker-php/docker-php

보호된 프로퍼티들

프로퍼티 타입 설명
$identityToken string
$status string

공개 메소드들

메소드 설명
getIdentityToken ( ) : string
getStatus ( ) : string
setIdentityToken ( string $identityToken = null ) : self
setStatus ( string $status = null ) : self

메소드 상세

getIdentityToken() 공개 메소드

public getIdentityToken ( ) : string
리턴 string

getStatus() 공개 메소드

public getStatus ( ) : string
리턴 string

setIdentityToken() 공개 메소드

public setIdentityToken ( string $identityToken = null ) : self
$identityToken string
리턴 self

setStatus() 공개 메소드

public setStatus ( string $status = null ) : self
$status string
리턴 self

프로퍼티 상세

$identityToken 보호되어 있는 프로퍼티

protected string $identityToken
리턴 string

$status 보호되어 있는 프로퍼티

protected string $status
리턴 string