Foretagsplatsen.Api2.OAuthService.GetAuthorizeUrl C# (CSharp) Метод

GetAuthorizeUrl() публичный Метод

The authorize step is where you send the user to a page on Företagsplatsen.se that will allow them to grant your application privileges to use their account with the API.
public GetAuthorizeUrl ( ) : string
Результат string
        public string GetAuthorizeUrl()
        {
            return session.GetUserAuthorizationUrlForToken(RequestToken);
        }

Same methods

OAuthService::GetAuthorizeUrl ( string callback ) : string