| line |
l |
!l |
condition |
|
44
|
0 |
0 |
$opts{'client_id'} ||= '' |
|
45
|
0 |
0 |
$opts{'client_secret'} ||= '' |
|
46
|
0 |
0 |
$opts{'access_token'} ||= '' |
|
47
|
0 |
0 |
$opts{'refresh_token'} ||= '' |
|
48
|
0 |
0 |
$opts{'expires_in'} ||= '' |
|
49
|
0 |
0 |
$opts{'expires_at'} ||= '' |
|
50
|
0 |
0 |
$opts{'redirect_uri'} ||= '' |
|
51
|
0 |
0 |
$opts{'site'} ||= 'https://www.upwork.com' |
|
52
|
0 |
0 |
$opts{'authorize_path'} ||= '/ab/account-security/oauth2/authorize' |
|
53
|
0 |
0 |
$opts{'access_token_path'} ||= '/api/v3/oauth2/token' |
|
54
|
0 |
0 |
$opts{'refresh_token_path'} ||= '/api/v3/oauth2/token' |
|
55
|
0 |
0 |
$opts{'callback'} ||= '' |
|
56
|
0 |
0 |
$opts{'debug'} ||= 0 |