You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 17, 2023. It is now read-only.
[Issue #85][Issue #87] Adding useHTTPBasicAuthentication property to conditionally encode client credentials in Base64-encoded HTTP Authorization header field, rather than in body of request.
Initializes an `AFOAuth2Manager` object with the specified base URL, client identifier, and secret.
75
+
Initializes an `AFOAuth2Manager` object with the specified base URL, client identifier, and secret. The communication to to the server will use HTTP basic auth by default (use `-(id)initWithBaseURL:clientID:secret:withBasicAuth:` to change this).
71
76
72
77
@param url The base URL for the HTTP client. This argument must not be `nil`.
73
78
@param clientID The client identifier issued by the authorization server, uniquely representing the registration information provided by the client.
0 commit comments