Class AuthenticationResponse

java.lang.Object
com.jangular.backend.security.model.AuthenticationResponse

public class AuthenticationResponse extends Object
  • Constructor Details

    • AuthenticationResponse

      public AuthenticationResponse(String jwt, String refreshToken)
  • Method Details

    • getJwt

      public String getJwt()
    • getRefreshToken

      public String getRefreshToken()