Skip to content
Snippets Groups Projects
Commit 70342fd8 authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

Make Bearer token public

parent af3a4cab
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ public struct BearerToken: Authentication
{
private let token: String
init(token: String) {
public init(token: String) {
self.token = token
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment