Skip to content

Commit

Permalink
adding docs for release
Browse files Browse the repository at this point in the history
  • Loading branch information
spetrescu84 committed Oct 8, 2024
1 parent 84f5572 commit e122987
Show file tree
Hide file tree
Showing 249 changed files with 26,785 additions and 1,142 deletions.
276 changes: 271 additions & 5 deletions docs.temp/docs/Classes.html

Large diffs are not rendered by default.

40 changes: 35 additions & 5 deletions docs.temp/docs/Classes/AttributesRequiredError.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
MSAL 1.5.1 Docs
MSAL 1.6.0 Docs
</a>
(92% documented)
</p>
Expand Down Expand Up @@ -58,6 +58,24 @@
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/AttributesRequiredError.html">AttributesRequiredError</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/AwaitingMFAState.html">AwaitingMFAState</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes.html#/c:@M@MSAL@objc(cs)MFABaseState">MFABaseState</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MFAGetAuthMethodsError.html">MFAGetAuthMethodsError</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MFARequestChallengeError.html">MFARequestChallengeError</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MFARequiredState.html">MFARequiredState</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MFASubmitChallengeError.html">MFASubmitChallengeError</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MSALAADAuthority.html">MSALAADAuthority</a>
</li>
Expand All @@ -73,6 +91,9 @@
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MSALAccountId.html">MSALAccountId</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MSALAuthMethod.html">MSALAuthMethod</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MSALAuthenticationSchemeBearer.html">MSALAuthenticationSchemeBearer</a>
</li>
Expand Down Expand Up @@ -124,6 +145,9 @@
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes.html#/c:@M@MSAL@objc(cs)MSALNativeAuthBaseState">MSALNativeAuthBaseState</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MSALNativeAuthChannelType.html">MSALNativeAuthChannelType</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MSALNativeAuthError.html">MSALNativeAuthError</a>
</li>
Expand Down Expand Up @@ -389,9 +413,6 @@
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Enums/MSALNativeAuthChallengeTypes.html">MSALNativeAuthChallengeTypes</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Enums/MSALNativeAuthChannelType.html">MSALNativeAuthChannelType</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Enums/MSALPlatformSSOStatus.html">MSALPlatformSSOStatus</a>
</li>
Expand All @@ -412,6 +433,15 @@
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/CredentialsDelegate.html">CredentialsDelegate</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/MFAGetAuthMethodsDelegate.html">MFAGetAuthMethodsDelegate</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/MFARequestChallengeDelegate.html">MFARequestChallengeDelegate</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/MFASubmitChallengeDelegate.html">MFASubmitChallengeDelegate</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/MSALAccount.html">MSALAccount</a>
</li>
Expand Down Expand Up @@ -576,7 +606,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2024 <a class="link" href="https://aka.ms/azuread" target="_blank" rel="external noopener">Microsoft Corporation</a>. All rights reserved. (Last updated: 2024-09-25)</p>
<p>&copy; 2024 <a class="link" href="https://aka.ms/azuread" target="_blank" rel="external noopener">Microsoft Corporation</a>. All rights reserved. (Last updated: 2024-10-08)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.15.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</body>
Expand Down
Loading

0 comments on commit e122987

Please sign in to comment.