Skip to content

Commit c3d09e4

Browse files
authored
Merge pull request #80 from hug-dev/prefix-unix
Prefix peer credentials with Unix
2 parents 2cad1ff + 8528882 commit c3d09e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/requests/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,5 @@ pub enum AuthType {
127127
/// JSON Web Tokens (JWT) authentication
128128
JWT = 2,
129129
/// Unix peer credentials authentication
130-
PeerCredentials = 3,
130+
UnixPeerCredentials = 3,
131131
}

0 commit comments

Comments
 (0)