Skip to content

Commit

Permalink
added Authenticator
Browse files Browse the repository at this point in the history
  • Loading branch information
dertseha committed Oct 28, 2019
1 parent f7a3226 commit 450341f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions raylib-Go/internal/login/Authenticator.go
@@ -0,0 +1,7 @@
package login

// Authenticator validates a name and passphrase.
// If the credentials can't be found, an error is returned.
type Authenticator interface {
Authenticate(name, pass string) error
}

0 comments on commit 450341f

Please sign in to comment.