checkOpenIDConnectStatus

fun checkOpenIDConnectStatus(): Int

Check the OpenID connect status whether the token and/or session has been expired or no

Return

OpenIDStatus.UNKNOWN : if the current authentication is not with OpenID way OpenIDStatus.AUTHENTICATED : client is authentication using openID and session is not expired OpenIDStatus.EXPIRED : whether token and/or session has been expired or the authentication is in progress