Constructor
MsgOAuth2Authorizernew
Declaration [src]
MsgOAuth2Authorizer*
msg_oauth2_authorizer_new (
const char* client_id,
const char* redirect_uri
)
Parameters
client_id |
const char* |
| No description available. | |
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. | |
redirect_uri |
const char* |
| No description available. | |
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. |
Return value
| Returns: | MsgOAuth2Authorizer |
| No description available. | |
| The caller of the function takes ownership of the data, and is responsible for freeing it. |