---
title: ASImportableCredential.Address
framework: authenticationservices
role: symbol
role_heading: Structure
path: authenticationservices/asimportablecredential/address
---

# ASImportableCredential.Address

A representation of Address as defined in the Credential Exchange Format (CXF) specs This represents a physical address.

## Declaration

```swift
struct Address
```

## Topics

### Initializers

- [init(streetAddress:postalCode:city:territory:country:telephone:)](authenticationservices/asimportablecredential/address/init(streetaddress:postalcode:city:territory:country:telephone:).md)

### Instance Properties

- [city](authenticationservices/asimportablecredential/address/city.md)
- [country](authenticationservices/asimportablecredential/address/country.md)
- [postalCode](authenticationservices/asimportablecredential/address/postalcode.md)
- [streetAddress](authenticationservices/asimportablecredential/address/streetaddress.md)
- [telephone](authenticationservices/asimportablecredential/address/telephone.md)
- [territory](authenticationservices/asimportablecredential/address/territory.md)

## Relationships

### Conforms To

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