Class AuthController.AuthCredentials

java.lang.Object
com.fredriksonsound.iot_backoffice_auth.endpoint.AuthController.AuthCredentials
All Implemented Interfaces:
ValidationError.Validatable
Enclosing class:
AuthController

public static class AuthController.AuthCredentials
extends java.lang.Object
implements ValidationError.Validatable
  • Constructor Summary

    Constructors 
    Constructor Description
    AuthCredentials​(java.lang.String email, java.lang.String password)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String email()  
    java.lang.String password()  
    boolean validate()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait