Package org.keycloak.credential
Interface CredentialInput
- 
- All Known Implementing Classes:
- PasswordUserCredentialModel,- UserCredentialModel,- WebAuthnCredentialModelInput
 
 public interface CredentialInput- Version:
- $Revision: 1 $
- Author:
- Bill Burke
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetChallengeResponse()StringgetCredentialId()StringgetType()
 
-