<inputtype="radio"name="tokenEndpointAuthMethod"value="SECRET_BASIC" <%=(client.token_endpoint_auth_method =='SECRET_BASIC'?'checked':'')%>> Client Secret over HTTP Basic
<inputtype="radio"name="tokenEndpointAuthMethod"value="client_secret_basic" <%=(client.token_endpoint_auth_method =='client_secret_basic'?'checked':'')%>> Client Secret over HTTP Basic
</label>
<labelclass="radio">
<inputtype="radio"name="tokenEndpointAuthMethod"value="SECRET_POST" <%=(client.token_endpoint_auth_method =='SECRET_POST'?'checked':'')%>> Client Secret over HTTP POST
<inputtype="radio"name="tokenEndpointAuthMethod"value="client_secret_post" <%=(client.token_endpoint_auth_method =='client_secret_post'?'checked':'')%>> Client Secret over HTTP POST
</label>
<labelclass="radio">
<inputtype="radio"name="tokenEndpointAuthMethod"value="SECRET_JWT" <%=(client.token_endpoint_auth_method =='SECRET_JWT'?'checked':'')%>> Client Secret via symmetrically-signed JWT assertion
<inputtype="radio"name="tokenEndpointAuthMethod"value="client_secret_jwt" <%=(client.token_endpoint_auth_method =='client_secret_jwt'?'checked':'')%>> Client Secret via symmetrically-signed JWT assertion