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