---
title: "init(_:)"
framework: authenticationservices
role: symbol
role_heading: Initializer
path: "authenticationservices/asauthorizationproviderauthorizationoperation/init(_:)"
---

# init(_:)

Creates an authorization operation using the specified string value.

## Declaration

```swift
init(_ rawValue: String)
```

## Parameters

- `rawValue`: The raw string value for the authorization operation.

## See Also

### Creating Operations

- [init(rawValue:)](authenticationservices/asauthorizationproviderauthorizationoperation/init(rawvalue:).md)
