---
title: ASVerificationCode
framework: authenticationservices
role: symbol
role_heading: Structure
path: authenticationservices/asverificationcode
---

# ASVerificationCode

This is an instance of a verification code.

## Declaration

```swift
struct ASVerificationCode
```

## Overview

Overview It represents a code at a specific point in time.

## Topics

### Initializers

- [init(code:timestamp:domain:embeddedDomains:id:)](authenticationservices/asverificationcode/init(code:timestamp:domain:embeddeddomains:id:).md)

### Instance Properties

- [code](authenticationservices/asverificationcode/code.md)
- [domain](authenticationservices/asverificationcode/domain.md)
- [embeddedDomains](authenticationservices/asverificationcode/embeddeddomains.md)
- [timestamp](authenticationservices/asverificationcode/timestamp.md)

## Relationships

### Conforms To

- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Identifiable](swift/identifiable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
