Auth10.Swt.Tester.Program.GetSwtTokenFromAcs C# (CSharp) Method

GetSwtTokenFromAcs() private static method

private static GetSwtTokenFromAcs ( ) : string
return string
        private static string GetSwtTokenFromAcs()
        {
            return GetSwtTokenFromAcs(AcsNamespace, ClientId, ClientSecret, Scope);
        }

Same methods

Program::GetSwtTokenFromAcs ( string serviceNamespace, string clientId, string clientSecret, string scope ) : string