Class OAuth2Client.WellKnown
-
- All Implemented Interfaces:
public final class OAuth2Client.WellKnown
-
-
Field Summary
Fields Modifier and Type Field Description private final StringtokenEndpointUrl
-
Constructor Summary
Constructors Constructor Description OAuth2Client.WellKnown(String tokenEndpointUrl)
-
Method Summary
Modifier and Type Method Description final StringgetTokenEndpointUrl()-
-
Constructor Detail
-
OAuth2Client.WellKnown
OAuth2Client.WellKnown(String tokenEndpointUrl)
-
-
Method Detail
-
getTokenEndpointUrl
final String getTokenEndpointUrl()
-
-
-
-