The Spanish version is the authoritative reference. View in Spanish
Authentication
Authentication is the process of identifying whether the credentials sent in the request are valid or not. The RADIAN API allows authentication with Basic Auth and OAuth 2.0.
Basic Auth
For this type of authentication, use the credentials assigned by Gosocket for the corresponding environment.
Type
Basic AuthUsername
User identifier assigned by Gosocket.Password
Password associated with the user for Basic Auth.OAuth 2.0
For OAuth 2.0, you must first request and obtain an access token to consume the protected methods.
Type
OAuth 2.0 (Bearer Token)client_id
Client identifier provided by Gosocket.client_secret
Client secret key used to generate the token.grant_type
client_credentials