AMZNScopeFactory Class Reference
Inherits from | NSObject |
---|---|
Declared in | AMZNScopeFactory.h |
Overview
This interface defines faction methods to create a scope object that can be used as properties in a LWAAuthorizeRequest object.
+ scopeWithName:
This method returns a scope object with input name.
+ (id<AMZNScope>)scopeWithName:(NSString *)scopeName
Availability
3.0
Discussion
This method returns a scope object with input name.
Declared In
AMZNScopeFactory.h
+ scopeWithName:data:
This method returns a scope object with input name and scope data.
+ (id<AMZNScope>)scopeWithName:(NSString *)scopeName data:(NSDictionary *)scopeData
Availability
3.0
Discussion
This method returns a scope object with input name and scope data.
Declared In
AMZNScopeFactory.h
+ getScopeDataAsJsonString:withErrorObject:
This method returns scope name and scope data in a json format.
+ (NSString *)getScopeDataAsJsonString:(NSArray *)scopes withErrorObject:(AIError *)errorObject
Availability
3.0
Discussion
This method returns scope name and scope data in a json format.
Declared In
AMZNScopeFactory.h