open static fun create(authProvider: AuthProvider): AuthHandler
Create a basic auth handler
authProvider - the auth provider to use
Return
the auth handler
open static fun create(authProvider: AuthProvider, realm: String): AuthHandler
Create a basic auth handler, specifying realm
authProvider - the auth service to use
Return
the auth handler