Class ClientProperties.TokenExchangeProperties
-
- All Implemented Interfaces:
public final class ClientProperties.TokenExchangeProperties
-
-
Constructor Summary
Constructors Constructor Description ClientProperties.TokenExchangeProperties(String audience, String resource)ClientProperties.TokenExchangeProperties(String audience)
-
Method Summary
Modifier and Type Method Description final StringgetAudience()final StringgetResource()final UnitsetResource(String resource)-
-
Method Detail
-
getAudience
final String getAudience()
-
getResource
final String getResource()
-
setResource
final Unit setResource(String resource)
-
-
-
-