CodeGlyphX logo
CodeGlyphX

API Reference

Class

OtpAuthParseResult

Namespace CodeGlyphX
Assembly CodeGlyphX
Modifiers sealed

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

Accepted by parameters

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.