Attachment

public final enum Attachment extends Enum<Attachment>
implements Parcelable

Clients may communicate with authenticators using a variety of mechanisms. We define authenticators that are part of the client's platform as having a platform attachment, and refer to them as platform authenticators. While those that are reachable via cross-platform transport protocols are defined as having cross-platform attachment, and refer to them as roaming authenticators.

See Attachment

Nested Class Summary

class Attachment.UnsupportedAttachmentException Exception thrown when an unsupported or unrecognized attachment is encountered. 

Inherited Constant Summary

Inherited Method Summary

Enum Values

public static final Attachment CROSS_PLATFORM

public static final Attachment PLATFORM