WhyInformationText Property
Text to explain the authentication task to the user.
Syntax
char* GetWhyInformationText();
LPWSTR GetWhyInformationText();
@property (nonatomic,readonly,assign,getter=whyInformationText) NSString* whyInformationText; - (NSString*)whyInformationText;
public var whyInformationText: String { get {...} }
Default Value
""
Remarks
Text provided by the Issuer for UI to explain the authentication task to the user in the "why" information section. Can be sent in CRes. App-based only.
This property is read-only.
Data Type
String