authenticate
fun authenticate(
credential: UserPasswordCredential
): UserIdPrincipal?
Authenticate user by credential and return an instance of UserIdPrincipal if the credential pair is valid
fun authenticate(
credential: UserPasswordCredential
): UserIdPrincipal?
Authenticate user by credential and return an instance of UserIdPrincipal if the credential pair is valid