|
|
@ -72,8 +72,8 @@ namespace OpenIddict.MongoDb.Models |
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// Gets or sets the additional properties associated with the current application.
|
|
|
/// Gets or sets the additional properties associated with the current application.
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
[BsonExtraElements] |
|
|
[BsonElement("properties"), BsonIgnoreIfNull] |
|
|
public virtual BsonDocument Properties { get; set; } = new BsonDocument(); |
|
|
public virtual BsonDocument Properties { get; set; } |
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// Gets or sets the callback URLs associated with the current application.
|
|
|
/// Gets or sets the callback URLs associated with the current application.
|
|
|
|