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

# init(rawValue:)

Creates an authorization operation using the specified raw string value.

## Declaration

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

## Parameters

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

## See Also

### Creating Operations

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