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