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