API Reference
Class
OtpAuthParseResult
Parsed otpauth:// payload with warnings.
Inheritance
- Object
- OtpAuthParseResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method OtpAuthParser.ParseDetailed
Accepted by parameters
- Method OtpAuthParser.TryParseDetailed
- Method OtpAuthValidator.TryValidate
- Method OtpAuthValidator.TryValidate
- Method OtpQrDecoder.TryDecodeDetailed
- Method OtpQrDecoder.TryDecodeDetailed
- Method OtpQrDecoder.TryDecodeDetailed
Inherited Methods
Properties
public OtpAuthPayload Payload { get; } #Gets the parsed payload.
public String LabelIssuer { get; } #Gets the issuer extracted from the label (may be empty).
public String ParamIssuer { get; } #Gets the issuer from the query parameter (may be empty).
public String[] Warnings { get; } #Gets any warnings or normalization notes.