Instance Propertyvapor 4.114.1Vapor
token
The plaintext token
let token: String
The plaintext token
let token: String
import Vapor
Vapor is a framework for building server applications, APIs and websites in Swift. It provides a safe, performant and scalable foundation for building large complex backends.
struct BearerAuthorization
A bearer token.
@frozen struct String
A Unicode string value that is a collection of characters.
init(token: String)
Create a new BearerAuthorization