TF-571 Check OIDC is available
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import 'package:core/data/network/config/service_path.dart';
|
||||
|
||||
class Endpoint {
|
||||
static const String oidc = '/oidc';
|
||||
|
||||
static final ServicePath webFinger = ServicePath('/.well-known/webfinger');
|
||||
}
|
||||
Reference in New Issue
Block a user