<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AuthenticationServices",
  "identifier" : "/documentation/AuthenticationServices/ASImportableCredentialScope",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Authentication Services"
    ],
    "preciseIdentifier" : "s:22AuthenticationServices27ASImportableCredentialScopeV"
  },
  "title" : "ASImportableCredentialScope"
}
-->

# ASImportableCredentialScope

The scope for where a credential should be usable.

```
struct ASImportableCredentialScope
```

## Topics

### Structures

[`struct AndroidAppCertificationFingerprint`](/documentation/AuthenticationServices/ASImportableCredentialScope/AndroidAppCertificationFingerprint)

[`struct AndroidAppID`](/documentation/AuthenticationServices/ASImportableCredentialScope/AndroidAppID)

An identifier for an Android app.

### Initializers

[`init(urls: [URL], androidApps: [ASImportableCredentialScope.AndroidAppID])`](/documentation/AuthenticationServices/ASImportableCredentialScope/init(urls:androidApps:))

### Instance Properties

[`var androidApps: [ASImportableCredentialScope.AndroidAppID]`](/documentation/AuthenticationServices/ASImportableCredentialScope/androidApps)

Android apps that are associated with this credential.

[`var urls: [URL]`](/documentation/AuthenticationServices/ASImportableCredentialScope/urls)

URLs where that are associated with this credential.

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`Sendable`](/documentation/Swift/Sendable)

[`Decodable`](/documentation/Swift/Decodable)

[`Hashable`](/documentation/Swift/Hashable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Encodable`](/documentation/Swift/Encodable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)