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