| setauthenticationoauthaction_allowedalgorithms |
Use this method to set multivalued option to specify allowed token verification algorithms. |
Syntax |
Parameters |
name |
Name of the action to configure. This is mandatory parameter. |
allowedalgorithms |
Multivalued option to specify allowed token verification algorithms. Default value = OAUTH_ALG_ALL. Possible Values : HS256, RS256, RS512, HS512. |
Return Value |
Returns simpleResult |
See Also |