File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
libs/SalesforceSDKCore/SalesforceSDKCore/Classes/Common
shared/resources/SalesforceSDKResources.bundle/en.lproj Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change 2727typedef NS_ENUM (NSInteger , SFSDKAppConfigErrorCode) {
2828 SFSDKAppConfigErrorCodeNoConsumerKey = 966 ,
2929 SFSDKAppConfigErrorCodeNoRedirectURI,
30- SFSDKAppConfigErrorCodeNoOAuthScopes
3130} NS_SWIFT_NAME(BootConfig.ErrorCode);
3231
3332extern NSString * _Nonnull const SFSDKAppConfigErrorDomain NS_SWIFT_NAME (BootConfig.errorDomain);
Original file line number Diff line number Diff line change 7575// App config validation
7676"appConfigValidationErrorNoConsumerKey" = "Your app config does not specify a Connected App Consumer Key.";
7777"appConfigValidationErrorNoRedirectURI" = "Your app config does not specify a Connected App Redirect URI.";
78- "appConfigValidationErrorNoOAuthScopes" = "Your app config does not specify any Connected App OAuth Scopes.";
7978"appConfigValidationErrorNoStartPage" = "No start page configured.";
8079"appConfigValidationErrorStartPageAbsoluteURL" = "Start page should not be absolute URL.";
8180"appConfigValidationErrorUnauthenticatedStartPageNotAbsoluteURL" = "Unauthenticated start page should be absolute URL.";
You can’t perform that action at this time.
0 commit comments