OAuth2Authentik constructor
OAuth2Authentik({})
Implementation
OAuth2Authentik({
required this.$id,
required this.enabled,
required this.clientId,
required this.clientSecret,
required this.endpoint,
});
OAuth2Authentik({
required this.$id,
required this.enabled,
required this.clientId,
required this.clientSecret,
required this.endpoint,
});