Api\StarterKit\Utils\Constants::getParameterKeyToken PHP 메소드

getParameterKeyToken() 공개 정적인 메소드

Get the token parameter key
public static getParameterKeyToken ( ) : mixed
리턴 mixed
    public static function getParameterKeyToken()
    {
        return config('consts.ParameterToken');
    }