6
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

lineログイン時の中身

Posted at

lineログイン時のAPIの中身 かなりマスキング済み

object(SocialiteProviders\Manager\OAuth2\User)#513 (11) {
  ["accessTokenResponseBody"]=>
  array(6) {
    ["access_token"]=>
    string(236) "eyJhbGciOiJIUzI1NiJ9.8iKzWo8sPt-6O9BkNcgnur2mY8I7MOyny6S-vLfve6vKdXe2RVvLcAOea4wPkJkaIfIGM4V0sNJ-b2bF1lIv2_Np9h4-ExGAvFC-91alpPVF2LiHnHWoSeca02Q9bOIKg"
    ["token_type"]=>
    string(6) "Bearer"
    ["refresh_token"]=>
    string(20) "gPLUNPKMW04DbEL"
    ["expires_in"]=>
    int(2592000)
    ["scope"]=>
    string(14) "profile openid"
    ["id_token"]=>
    string(507) "eyJ0eXAiOiJKV1QiLCJY_IcaqUqYHhSI"
  }
  ["token"]=>
  string(236) "eyJhbGciOiJIUzI1NiJ9.8iKyK2AyeoTX8zWoY48sPt-6MOyny6S-vLfIfIGM4V0sNJ-b2bF1lIv2_Np9h4-xrjr5-Kjal-EbPdkK2ZCjlxGAvFC-K7rYLt13aL3aGu7u2RyMRMSeca02Q9bOIKg"
  ["refreshToken"]=>
  string(20) "gPLUi5yOPNPKML"
  ["expiresIn"]=>
  int(2592000)
  ["approvedScopes"]=>
  NULL
  ["id"]=>
  string(33) "U9e51fd87818"
  ["nickname"]=>
  NULL
  ["name"]=>
  string(12) "吉岡なお"
  ["email"]=>
  string(20) "nXXX@gmail.com"
  ["avatar"]=>
  string(108) "https://profile.line-scdn.net/0htHMW7ugpK2dwLgCPnJRUMExrJQoH"
  ["user"]=>
  array(9) {
    ["iss"]=>
    string(22) "https://access.line.me"
    ["sub"]=>
    string(33) "U9e51fd878"
    ["aud"]=>
    string(10) "1656911"
    ["exp"]=>
    int(16469254)
    ["iat"]=>
    int(16469218)
    ["amr"]=>
    array(1) {
      [0]=>
      string(7) "linesso"
    }
    ["name"]=>
    string(12) "なお"
    ["picture"]=>
    string(108) "https://profile.line-scdn.net/0htHMW7ugp"
    ["email"]=>
    string(20) "@gmail.com"
  }
}
6
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?