Method Web.Auth.OAuth2.Base()->try_get_error()
- Method try_get_error
privatemixedtry_get_error(stringdata)- Description
Try to get an error message from
data. Only successful ifdatais a JSON string and contains the key error.
private mixed try_get_error(string data)
Try to get an error message from data. Only successful if
data is a JSON string and contains the key error.