All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.optionfactory.spring.upstream.auth.oauth-token-response.json Maven / Gradle / Ivy

There is a newer version: 20.1
Show newest version
{
    "access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJtb2NrIn0.GZ6RFN2HiP5-lKMItClOuEqUfVDV-2akPWzHF4u_Q7I",
    "refresh_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJtb2NrIn0.GZ6RFN2HiP5-lKMItClOuEqUfVDV-2akPWzHF4u_Q7I",
    "id_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJtb2NrIn0.GZ6RFN2HiP5-lKMItClOuEqUfVDV-2akPWzHF4u_Q7I",
    "session_state": "22c8278b-3346-468e-9533-f41f22ed264f",
    "token_type": "bearer",
    "scope": "openid email profile",
    "expires_in": 600,
    "refresh_expires_in": 1800,
    "not-before-policy": 0
} 




© 2015 - 2024 Weber Informatics LLC | Privacy Policy