Skip to content

Commit 06abd1d

Browse files
authored
Merge pull request #18 from IBM/feat/dynamic-model
feat(dynamicModel): add dynamic model and meta files
2 parents 91fa51c + 2b471aa commit 06abd1d

File tree

69 files changed

+965
-84
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+965
-84
lines changed

Authentication.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Authentication/Authenticator.cs.meta

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Authentication/BasicAuthenticator.cs.meta

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Authentication/BearerTokenAuthenticator.cs.meta

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Authentication/CloudPakForData.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Authentication/CloudPakForData/CloudPakForDataAuthenticator.cs.meta

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Authentication/CloudPakForData/CloudPakForDataToken.cs.meta

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Authentication/CloudPakForData/CloudPakForDataTokenResponse.cs.meta

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Authentication/ConfigBasedAuthenticatorFactory.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,6 @@ private static Authenticator CreateAuthenticator(Dictionary<string, string> prop
100100
{
101101
authenticator = new BearerTokenAuthenticator(props);
102102
}
103-
else
104-
{
105-
throw new ArgumentException(string.Format(ErrorMessageAuthTypeUnknown, authType));
106-
}
107103

108104
return authenticator;
109105
}

Authentication/ConfigBasedAuthenticatorFactory.cs.meta

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)