| Modifier and Type | Method and Description |
|---|---|
SourceControlAuthInfo |
SourceRepositoryUpdateParameters.sourceControlAuthProperties()
Get the sourceControlAuthProperties value.
|
SourceControlAuthInfo |
SourceControlAuthInfo.withExpiresIn(Integer expiresIn)
Set the expiresIn value.
|
SourceControlAuthInfo |
SourceControlAuthInfo.withRefreshToken(String refreshToken)
Set the refreshToken value.
|
SourceControlAuthInfo |
SourceControlAuthInfo.withScope(String scope)
Set the scope value.
|
SourceControlAuthInfo |
SourceControlAuthInfo.withToken(String token)
Set the token value.
|
SourceControlAuthInfo |
SourceControlAuthInfo.withTokenType(TokenType tokenType)
Set the tokenType value.
|
| Modifier and Type | Method and Description |
|---|---|
SourceRepositoryUpdateParameters |
SourceRepositoryUpdateParameters.withSourceControlAuthProperties(SourceControlAuthInfo sourceControlAuthProperties)
Set the sourceControlAuthProperties value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/