package com.feth.play.module.pa.user; public interface AuthUserIdentity { public String getId(); public String getProvider(); }