Interface AuthenticationExtensionsClientOutput<T>
- Type Parameters:
- T-
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- CredentialPropertiesOutput
- 
Method Summary
- 
Method Details- 
getExtensionIdString getExtensionId()Gets the extension identifier.- Returns:
- the extension identifier.
 
- 
getOutputT getOutput()- Returns:
- the client extension output.
 
 
-