Overview

Namespaces

  • JohnRivs
    • Wunderlist

Classes

  • Wunderlist

Traits

  • Authorization
  • Avatar
  • Comment
  • File
  • Folder
  • Lists
  • Note
  • Reminder
  • Subtask
  • Task
  • User
  • Webhook
  • Overview
  • Namespace
  • Class

Trait Authorization

Direct Known Users

JohnRivs\Wunderlist\Wunderlist
Namespace: JohnRivs\Wunderlist
Located at Authorization.php
Methods summary
public string
# authUrl( string $state, string $callbackUrl )

The URL where the user will be redirected to in order to authorize your app.

The URL where the user will be redirected to in order to authorize your app.

Parameters

$state
A random string that you'll need to store and check later.
$callbackUrl
The URL where the user will be sent after authorizing your app.

Returns

string
public string
# getAuthToken( string $code )

Get the user's access token.

Get the user's access token.

Parameters

$code
A string provided by Wunderlist in the earlier step.

Returns

string
API documentation generated by ApiGen