---
title: default()
framework: opendirectory
role: symbol
role_heading: Type Method
path: opendirectory/odsession/default()
---

# default()

Returns a shared instance of the local session.

## Declaration

```swift
class func `default`() -> ODSession!
```

## Return Value

Return Value A shared instance of the local session.

## See Also

### Creating and Accessing Sessions

- [init(options:)](opendirectory/odsession/init(options:).md)
