Class TokenService
- java.lang.Object
-
- io.jans.configapi.core.test.service.TokenService
-
- All Implemented Interfaces:
Serializable
public class TokenService extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TokenService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getToken(String tokenUrl, String clientId, String clientSecret, io.jans.as.model.common.GrantType grantType, String scopes)
io.jans.as.client.TokenResponse
requestAccessToken(String tokenUrl, String clientId, String clientSecret, io.jans.as.model.common.GrantType grantType, String scope)
-