AGSCredential *myCredential = [[AGSCredential alloc] initWithUser:[jsonDict objectForKey:@username] password:[jsonDict objectForKey:@password] authenticationType:AGSAuthenticationTypeToken tokenUrl:url];
myCredential.token;
NSError *serviceError = nil; AGSMapServiceInfo *serviceInfo = [[AGSMapServiceInfo alloc] initWithURL:mapServiceEndpoint credential:myCredential error:&serviceError];
Please go through secured services document and let me know if you have any specific question.Regards,Nimesh
No, it is server's responsibility. Regards,Nimesh
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.