Interface AuthenticationExtensionsClientInput<T>
- Type Parameters:
- T-
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- CredProtectAuthenticationExtensionsClientInput,- ImmutableAuthenticationExtensionsClientInput
A client extension
 input entry in the 
AuthenticationExtensionsClientInputs.- Since:
- 6.4
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionGets the extension identifier.getInput()Gets the client extension.
- 
Method Details- 
getExtensionIdString getExtensionId()Gets the extension identifier.- Returns:
- the extension identifier.
 
- 
getInputT getInput()Gets the client extension.- Returns:
- the client extension.
 
 
-