---
title: ASAutoFillURLScope
framework: authenticationservices
role: symbol
role_heading: Structure
path: authenticationservices/asautofillurlscope
---

# ASAutoFillURLScope

This structure represents the subset of URL components supported for the AutoFill of credentials.

## Declaration

```swift
struct ASAutoFillURLScope
```

## Topics

### Initializers

- [init(scheme:host:port:path:)](authenticationservices/asautofillurlscope/init(scheme:host:port:path:).md)
- [init(url:)](authenticationservices/asautofillurlscope/init(url:).md)

### Instance Properties

- [host](authenticationservices/asautofillurlscope/host.md)
- [path](authenticationservices/asautofillurlscope/path.md)
- [port](authenticationservices/asautofillurlscope/port.md)
- [scheme](authenticationservices/asautofillurlscope/scheme-swift.property.md)
- [url](authenticationservices/asautofillurlscope/url.md)

### Enumerations

- [ASAutoFillURLScope.Scheme](authenticationservices/asautofillurlscope/scheme-swift.enum.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)
