Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ actor SecureTokenServiceInternal {

/// Makes a request to STS for an access token.
///
/// This handles both the case that the token has not been granted yet and that it just needs
/// This handles both the case that the token has not been granted yet and that it just
/// needs to be refreshed.
///
/// - Returns: Token and Bool indicating if update occurred.
Expand Down
Loading