MppAvailablePushMethod
@interface MppAvailablePushMethod : NSObject
Class describing available push methods.
-
The push method type of the URI. Issuer must respect specific rules when selecting the URI where they will send the consumer. Because mobile apps provide a better mobile experience than the web browsers, Issuers should always try and direct the consumer to iOS app of the Token Requestor, when possible.
Declaration
Objective-C
@property (nonatomic, copy, readonly, nullable) NSString *type;
Return Value
The push method type.
-
The URI to open the token requestor’s application or website.
Declaration
Objective-C
@property (nonatomic, copy, readonly, nullable) NSString *uri;
Return Value
The URI to open the token requestor’s application or website.