Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Törcsvári Gergő
AuthSCH - Client
Commits
38c4cca3
Commit
38c4cca3
authored
Jan 26, 2014
by
zolij
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
getData publikussá tétele a kívülről történő híváshoz
parent
093acf2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
php/AuthSCHClient.class.php
php/AuthSCHClient.class.php
+1
-3
No files found.
php/AuthSCHClient.class.php
View file @
38c4cca3
...
...
@@ -34,8 +34,6 @@ class AuthSCHClient {
}
else
{
$this
->
tokens
=
$tokens
;
}
return
$this
->
getData
();
}
public
function
__destruct
()
{
...
...
@@ -96,7 +94,7 @@ class AuthSCHClient {
}
p
rivate
function
getData
()
{
p
ublic
function
getData
()
{
return
json_decode
(
file_get_contents
(
self
::
$host
.
'api/view/scope/'
.
self
::
$scope
.
'?access_token='
.
$this
->
tokens
->
access_token
));
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment